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
ongage:add_contact_to_list
Add an existing contact to a mailing list.
Write
Medium risk
Create Campaign
ongage:create_campaign
Create a new email campaign (draft status). Use send_campaign to actually send it.
Write
Medium risk
Create Contact
ongage:create_contact
Create a new contact or update existing one if email already exists.
Write
Medium risk
Create List
ongage:create_list
Create a new mailing list in Ongage.
Write
Medium risk
Delete Contact
ongage:delete_contact
Permanently delete a contact from Ongage. This action cannot be undone.
Write
High risk
Get Campaign
ongage:get_campaign
Fetch a single email campaign with its details and statistics.
Read
Low risk
Get Campaign Stats
ongage:get_campaign_stats
Get detailed statistics for a sent email campaign.
Read
Low risk
Get Contact
ongage:get_contact
Fetch a single contact by ID or email address with all custom fields.
Read
Low risk
Get List
ongage:get_list
Fetch a single mailing list with its details and contact count.
Read
Low risk
List Campaigns
ongage:list_campaigns
List email campaigns with their basic details and statistics.
Read
Low risk
List Contacts
ongage:list_contacts
List contacts with optional filtering by list, email, or status.
Read
Low risk
List Lists
ongage:list_lists
List all mailing lists in the account with contact counts.
Read
Low risk
Remove Contact From List
ongage:remove_contact_from_list
Remove a contact from a mailing list (does not delete the contact).
Write
High risk
Send Campaign
ongage:send_campaign
Send an email campaign immediately or schedule it for later.
Write
Medium risk
Send Transactional Email
ongage:send_transactional_email
Send a single transactional email to one recipient.
Write
Medium risk
Update Contact
ongage:update_contact
Update an existing contact's information and list memberships.
Write
Medium risk