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
smashsend:add_contact_to_list
Add an existing contact to a specific list.
Write
Medium risk
Create Campaign
smashsend:create_campaign
Create a new email campaign with content and targeting options.
Write
Medium risk
Create Contact
smashsend:create_contact
Create a new contact with optional profile information and list assignments.
Write
Medium risk
Create List
smashsend:create_list
Create a new contact list with default campaign settings.
Write
Medium risk
Delete Contact
smashsend:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
smashsend:get_campaign
Fetch a single email campaign by ID with content and performance stats.
Read
Low risk
Get Contact
smashsend:get_contact
Fetch a single contact by ID with all profile information and subscription status.
Read
Low risk
Get List
smashsend:get_list
Fetch a single contact list by ID with subscriber count and details.
Read
Low risk
List Campaigns
smashsend:list_campaigns
List email campaigns with filtering and search options.
Read
Low risk
List Contacts
smashsend:list_contacts
List and search contacts with filtering options.
Read
Low risk
List Lists
smashsend:list_lists
List all contact lists with subscriber counts and basic information.
Read
Low risk
Remove Contact From List
smashsend:remove_contact_from_list
Remove a contact from a specific list.
Write
High risk
Send Campaign
smashsend:send_campaign
Send or schedule an email campaign.
Write
Medium risk
Update Contact
smashsend:update_contact
Update an existing contact's profile information and subscription status.
Write
Medium risk