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
robly:add_contact_to_list
Add an existing contact to an email list with optional opt-in handling.
Write
Medium risk
Create Campaign
robly:create_campaign
Create a new email campaign with content and targeting settings.
Write
Medium risk
Create Contact
robly:create_contact
Create a new contact in Robly with optional list assignment and custom data.
Write
Medium risk
Create List
robly:create_list
Create a new email list with sender information and opt-in settings.
Write
Medium risk
Delete Contact
robly:delete_contact
Permanently delete a contact from Robly. This action cannot be undone.
Write
High risk
Get Campaign
robly:get_campaign
Fetch a single email campaign by ID with content, stats, and delivery information.
Read
Low risk
Get Campaign Stats
robly:get_campaign_stats
Get detailed statistics for a sent email campaign including opens, clicks, bounces, and unsubscribes.
Read
Low risk
Get Contact
robly:get_contact
Fetch a single contact by ID with all profile information and list memberships.
Read
Low risk
Get List
robly:get_list
Fetch a single email list by ID with subscriber counts and settings.
Read
Low risk
List Campaigns
robly:list_campaigns
List email campaigns with optional filtering by status, type, list, or search term.
Read
Low risk
List Contacts
robly:list_contacts
List contacts with optional filtering by list, email, or status.
Read
Low risk
List Lists
robly:list_lists
List all email lists with optional filtering by status or name.
Read
Low risk
Remove Contact From List
robly:remove_contact_from_list
Remove a contact from an email list (unsubscribe them from that specific list).
Write
High risk
Send Campaign
robly:send_campaign
Send or schedule an email campaign. This action cannot be undone once sent.
Write
Medium risk
Update Contact
robly:update_contact
Update an existing contact's information, status, custom fields, or tags.
Write
Medium risk