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 Tag
ortto:add_tag
Add a tag to an existing contact without removing existing tags.
Write
Medium risk
Create Contact
ortto:create_contact
Create a new contact or update existing one if email already exists.
Write
Medium risk
Delete Contact
ortto:delete_contact
Permanently delete a contact and all associated data from Ortto.
Write
High risk
Get Campaign
ortto:get_campaign
Fetch a single campaign by ID with detailed stats and configuration.
Read
Low risk
Get Contact
ortto:get_contact
Fetch a single contact by ID with all profile data and custom fields.
Read
Low risk
List Activities
ortto:list_activities
List activities with filtering and pagination options.
Read
Low risk
List Campaigns
ortto:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Contacts
ortto:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
Remove Tag
ortto:remove_tag
Remove a specific tag from a contact while preserving other tags.
Write
High risk
Resubscribe Contact
ortto:resubscribe_contact
Resubscribe a contact to marketing communications (opt them back in).
Write
Medium risk
Send Email
ortto:send_email
Send a personalized email to a contact using an Ortto template.
Write
Medium risk
Track Activity
ortto:track_activity
Track a custom activity for a contact with optional attributes.
Write
Medium risk
Unsubscribe Contact
ortto:unsubscribe_contact
Unsubscribe a contact from all marketing communications.
Write
Medium risk
Update Contact
ortto:update_contact
Update an existing contact's profile data and custom fields.
Write
Medium risk