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 Recipient To Sequence
mixmax:add_recipient_to_sequence
Add a recipient to an existing sequence with optional custom variables.
Write
Medium risk
Create Contact
mixmax:create_contact
Create a new contact with optional details and custom fields.
Write
Medium risk
Create Sequence
mixmax:create_sequence
Create a new email sequence with steps and settings.
Write
Medium risk
Create Template
mixmax:create_template
Create a new email template with HTML/text content and variables.
Write
Medium risk
Delete Contact
mixmax:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Delete Sequence
mixmax:delete_sequence
Permanently delete a sequence and all its associated data.
Write
High risk
Get Contact
mixmax:get_contact
Fetch a single contact by ID with full details and email history.
Read
Low risk
Get Email Stats
mixmax:get_email_stats
Get detailed tracking statistics for a sent email.
Read
Low risk
Get Sequence
mixmax:get_sequence
Fetch a single sequence by ID with steps and settings.
Read
Low risk
Get Template
mixmax:get_template
Fetch a single email template by ID with content and metadata.
Read
Low risk
List Contacts
mixmax:list_contacts
List contacts with search, filtering, and sorting options.
Read
Low risk
List Sequence Recipients
mixmax:list_sequence_recipients
List all recipients in a sequence with their current status and progress.
Read
Low risk
List Sequences
mixmax:list_sequences
List sequences with filtering and pagination options.
Read
Low risk
List Templates
mixmax:list_templates
List email templates with filtering and search options.
Read
Low risk
Remove Recipient From Sequence
mixmax:remove_recipient_from_sequence
Remove a recipient from a sequence, stopping all future emails.
Write
High risk
Send Email
mixmax:send_email
Send an email with tracking, templates, and variable substitution.
Write
Medium risk
Update Contact
mixmax:update_contact
Update an existing contact's information and custom fields.
Write
Medium risk
Update Sequence
mixmax:update_sequence
Update an existing sequence's properties and settings.
Write
Medium risk