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 Suppression
sparkpost:add_suppression
Add an email address to the suppression list.
Write
Medium risk
Create Template
sparkpost:create_template
Create a new email template for reuse in transmissions.
Write
Medium risk
Delete Template
sparkpost:delete_template
Delete an email template permanently.
Write
High risk
Get Suppression
sparkpost:get_suppression
Check if an email address is on the suppression list.
Read
Low risk
Get Template
sparkpost:get_template
Get a specific email template by ID.
Read
Low risk
Get Transmission
sparkpost:get_transmission
Get details of a specific transmission by ID.
Read
Low risk
List Templates
sparkpost:list_templates
List all email templates in the account.
Read
Low risk
List Transmissions
sparkpost:list_transmissions
List recent transmissions with optional filtering.
Read
Low risk
Remove Suppression
sparkpost:remove_suppression
Remove an email address from the suppression list.
Write
High risk
Send Bulk Email
sparkpost:send_bulk_email
Send bulk emails with personalization via SparkPost transmission API.
Write
Medium risk
Send Email
sparkpost:send_email
Send a single email via SparkPost transmission API.
Write
Medium risk
Send Template Email
sparkpost:send_template_email
Send an email using a pre-created template with substitution data.
Write
Medium risk
Update Template
sparkpost:update_template
Update an existing email template.
Write
Medium risk