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
mailblaze:create_campaign
Create a new email campaign with content and targeting options.
Write
Medium risk
Create Contact
mailblaze:create_contact
Create a new contact with optional custom fields, tags, and list assignments.
Write
Medium risk
Create List
mailblaze:create_list
Create a new contact list with default settings.
Write
Medium risk
Delete Contact
mailblaze:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
mailblaze:get_campaign
Fetch a single campaign by ID with content, settings, and performance stats.
Read
Low risk
Get Contact
mailblaze:get_contact
Fetch a single contact by ID with all profile information and subscription status.
Read
Low risk
Get List
mailblaze:get_list
Fetch a single contact list by ID with subscriber count and settings.
Read
Low risk
Get Template
mailblaze:get_template
Fetch a single email template by ID with content and metadata.
Read
Low risk
List Campaigns
mailblaze:list_campaigns
List campaigns with optional filtering by status, type, or name.
Read
Low risk
List Contacts
mailblaze:list_contacts
List contacts with optional filtering by email, status, list, or tags.
Read
Low risk
List Lists
mailblaze:list_lists
List all contact lists with subscriber counts and basic information.
Read
Low risk
List Templates
mailblaze:list_templates
List email templates with filtering and search capabilities.
Read
Low risk
Send Campaign
mailblaze:send_campaign
Send or schedule a campaign for delivery.
Write
Medium risk
Send Email
mailblaze:send_email
Send a single transactional email to one recipient.
Write
Medium risk
Update Contact
mailblaze:update_contact
Update an existing contact's information, custom fields, and tags.
Write
Medium risk