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
reachmail:create_campaign
Create a new email campaign ready to be scheduled or sent.
Write
Medium risk
Create Contact
reachmail:create_contact
Add a new contact to a mailing list with optional custom fields.
Write
Medium risk
Create List
reachmail:create_list
Create a new mailing list with specified settings.
Write
Medium risk
Delete Campaign
reachmail:delete_campaign
Permanently delete an email campaign.
Write
High risk
Delete Contact
reachmail:delete_contact
Remove a contact from a mailing list permanently.
Write
High risk
Delete List
reachmail:delete_list
Permanently delete a mailing list and all its subscribers.
Write
High risk
Get Campaign
reachmail:get_campaign
Fetch a single email campaign by ID with stats and settings.
Read
Low risk
Get Contact
reachmail:get_contact
Fetch a single contact from a specific list by email address.
Read
Low risk
Get Email Stats
reachmail:get_email_stats
Get email delivery and engagement statistics for campaigns or account.
Read
Low risk
Get List
reachmail:get_list
Fetch a single mailing list by ID with subscriber count and settings.
Read
Low risk
List Campaigns
reachmail:list_campaigns
List email campaigns with basic stats and filtering options.
Read
Low risk
List Contacts
reachmail:list_contacts
List contacts from a specific mailing list with filtering options.
Read
Low risk
List Lists
reachmail:list_lists
List all mailing lists with subscriber counts and basic info.
Read
Low risk
Send Campaign
reachmail:send_campaign
Send or schedule an email campaign to its target list.
Write
Medium risk
Send Transactional Email
reachmail:send_transactional_email
Send a single transactional email to one recipient.
Write
Medium risk
Update Contact
reachmail:update_contact
Update an existing contact's information and custom fields.
Write
Medium risk
Update List
reachmail:update_list
Update an existing mailing list's settings and properties.
Write
Medium risk