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
epsy:add_contact_to_list
Add an existing contact to an email list.
Write
Medium risk
Create Campaign
epsy:create_campaign
Create a new email campaign with content and targeting.
Write
Medium risk
Create Contact
epsy:create_contact
Create a new contact with optional profile data and list assignments.
Write
Medium risk
Create List
epsy:create_list
Create a new email list for organizing contacts.
Write
Medium risk
Create Template
epsy:create_template
Create a new email template for reuse in campaigns.
Write
Medium risk
Delete Contact
epsy:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
epsy:get_campaign
Fetch a single email campaign by ID with stats and content.
Read
Low risk
Get Contact
epsy:get_contact
Fetch a single contact by ID with all profile data and subscription status.
Read
Low risk
Get List
epsy:get_list
Fetch a single email list by ID with subscriber count and metadata.
Read
Low risk
Get Template
epsy:get_template
Fetch a single email template by ID with content and metadata.
Read
Low risk
List Campaigns
epsy:list_campaigns
List email campaigns with optional filters and performance stats.
Read
Low risk
List Contacts
epsy:list_contacts
Search and list contacts with optional filters.
Read
Low risk
List Lists
epsy:list_lists
List all email lists with optional filters.
Read
Low risk
List Templates
epsy:list_templates
List email templates with optional filters.
Read
Low risk
Remove Contact From List
epsy:remove_contact_from_list
Remove a contact from an email list.
Write
High risk
Send Campaign
epsy:send_campaign
Send or schedule an email campaign.
Write
Medium risk
Update Contact
epsy:update_contact
Update an existing contact's profile data and subscription status.
Write
Medium risk