Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Contact To List
sendgrid:add_contact_to_list
Add contacts to a specific list in SendGrid.
Write
Medium risk
Add Suppression
sendgrid:add_suppression
Add email addresses to a suppression list.
Write
Medium risk
Create Contact
sendgrid:create_contact
Create a new contact in SendGrid.
Write
Medium risk
Create List
sendgrid:create_list
Create a new contact list in SendGrid.
Write
Medium risk
Create Template
sendgrid:create_template
Create a new email template in SendGrid.
Write
Medium risk
Delete Contact
sendgrid:delete_contact
Delete a contact permanently from SendGrid.
Write
High risk
Delete List
sendgrid:delete_list
Delete a contact list from SendGrid.
Write
High risk
Delete Suppression
sendgrid:delete_suppression
Remove an email address from a suppression list.
Write
High risk
Delete Template
sendgrid:delete_template
Delete an email template permanently from SendGrid.
Write
High risk
Get Contact
sendgrid:get_contact
Fetch a single contact by ID with all custom fields.
Read
Low risk
Get List
sendgrid:get_list
Fetch a single contact list by ID with metadata.
Read
Low risk
Get Template
sendgrid:get_template
Fetch a single email template by ID with versions.
Read
Low risk
List Contacts
sendgrid:list_contacts
List contacts with pagination support.
Read
Low risk
List Lists
sendgrid:list_lists
List all contact lists with pagination support.
Read
Low risk
List Suppressions
sendgrid:list_suppressions
List email suppressions (bounces, blocks, spam reports, unsubscribes, invalid emails).
Read
Low risk
List Templates
sendgrid:list_templates
List all email templates with pagination support.
Read
Low risk
Remove Contact From List
sendgrid:remove_contact_from_list
Remove contacts from a specific list in SendGrid.
Write
High risk
Send Email
sendgrid:send_email
Send a single email via SendGrid API.
Write
Medium risk
Update Contact
sendgrid:update_contact
Update an existing contact in SendGrid by email address.
Write
Medium risk
Update List
sendgrid:update_list
Update a contact list name in SendGrid.
Write
Medium risk
Update Template
sendgrid:update_template
Update an email template name in SendGrid.
Write
Medium risk