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.
Create Campaign
sendfox:create_campaign
Create a new email campaign (saved as draft).
Write
Medium risk
Create Contact
sendfox:create_contact
Create a new contact and optionally subscribe to lists.
Write
Medium risk
Create List
sendfox:create_list
Create a new email list.
Write
Medium risk
Delete Contact
sendfox:delete_contact
Permanently delete a contact from SendFox.
Write
High risk
Get Campaign
sendfox:get_campaign
Fetch a single email campaign by ID with stats.
Read
Low risk
Get Contact
sendfox:get_contact
Fetch a single contact by ID with subscription status and custom fields.
Read
Low risk
Get List
sendfox:get_list
Fetch a single email list by ID with subscriber count.
Read
Low risk
List Campaigns
sendfox:list_campaigns
List email campaigns with stats and filtering.
Read
Low risk
List Contacts
sendfox:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Lists
sendfox:list_lists
List all email lists with subscriber counts.
Read
Low risk
Send Campaign
sendfox:send_campaign
Send or schedule an email campaign.
Write
Medium risk
Subscribe Contact
sendfox:subscribe_contact
Subscribe a contact to specific email lists.
Write
Medium risk
Unsubscribe Contact
sendfox:unsubscribe_contact
Unsubscribe a contact from all email lists.
Write
Medium risk
Update Contact
sendfox:update_contact
Update an existing contact's information.
Write
Medium risk