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
sendx:add_contact_to_list
Add an existing contact to a specific list in SendX.
Write
Medium risk
Add Tag To Contact
sendx:add_tag_to_contact
Add a tag to an existing contact in SendX.
Write
Medium risk
Create Contact
sendx:create_contact
Create a new contact in SendX with optional list assignments and custom fields.
Write
Medium risk
Create List
sendx:create_list
Create a new email list in SendX.
Write
Medium risk
Delete Contact
sendx:delete_contact
Permanently delete a contact from SendX. This action cannot be undone.
Write
High risk
Get Campaign
sendx:get_campaign
Fetch a single campaign by ID with stats and details.
Read
Low risk
Get Contact
sendx:get_contact
Fetch a single contact by email address with all their details and list memberships.
Read
Low risk
Get List
sendx:get_list
Fetch a single list by ID with subscriber count and details.
Read
Low risk
List Campaigns
sendx:list_campaigns
List email campaigns with optional status filtering and pagination.
Read
Low risk
List Contacts
sendx:list_contacts
List contacts with optional filtering by list, search query, and pagination.
Read
Low risk
List Lists
sendx:list_lists
List all email lists in SendX account with subscriber counts.
Read
Low risk
Remove Contact From List
sendx:remove_contact_from_list
Remove a contact from a specific list in SendX.
Write
High risk
Remove Tag From Contact
sendx:remove_tag_from_contact
Remove a tag from an existing contact in SendX.
Write
High risk
Send Email
sendx:send_email
Send a transactional email to a single recipient via SendX.
Write
Medium risk
Update Contact
sendx:update_contact
Update an existing contact's information in SendX.
Write
Medium risk