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 Contact
elastic_email:create_contact
Create a new contact in Elastic Email.
Write
Medium risk
Create List
elastic_email:create_list
Create a new contact list.
Write
Medium risk
Delete Contact
elastic_email:delete_contact
Delete a contact from Elastic Email permanently.
Write
High risk
Delete List
elastic_email:delete_list
Delete a contact list permanently.
Write
High risk
Get Contact
elastic_email:get_contact
Fetch a single contact by email address.
Read
Low risk
Get Email Status
elastic_email:get_email_status
Get the delivery status of a sent email by transaction ID.
Read
Low risk
Get List
elastic_email:get_list
Fetch details of a specific contact list.
Read
Low risk
Get Template
elastic_email:get_template
Fetch details of a specific email template.
Read
Low risk
List Contacts
elastic_email:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Lists
elastic_email:list_lists
List all contact lists in the account.
Read
Low risk
List Templates
elastic_email:list_templates
List all email templates in the account.
Read
Low risk
Send Bulk Email
elastic_email:send_bulk_email
Send bulk email to lists or specific recipients.
Write
Medium risk
Send Email
elastic_email:send_email
Send a single email through Elastic Email.
Write
Medium risk
Update Contact
elastic_email:update_contact
Update an existing contact's information.
Write
Medium risk