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
quentn:add_tag
Add a tag to a contact. Creates the tag if it doesn't exist.
Write
Medium risk
Create Contact
quentn:create_contact
Create a new contact in Quentn with optional custom fields and tags.
Write
Medium risk
Create Tag
quentn:create_tag
Create a new tag in Quentn.
Write
Medium risk
Delete Contact
quentn:delete_contact
Permanently delete a contact from Quentn.
Write
High risk
Get Campaign
quentn:get_campaign
Fetch a single campaign by ID with detailed statistics.
Read
Low risk
Get Contact
quentn:get_contact
Fetch a single contact by ID with all profile data and tags.
Read
Low risk
List Campaigns
quentn:list_campaigns
List all campaigns with optional filters.
Read
Low risk
List Contacts
quentn:list_contacts
Search and list contacts with optional filters.
Read
Low risk
List Tags
quentn:list_tags
List all available tags with optional search filter.
Read
Low risk
Remove Tag
quentn:remove_tag
Remove a tag from a contact.
Write
High risk
Send Email
quentn:send_email
Send a transactional email to a contact.
Write
Medium risk
Start Automation
quentn:start_automation
Start an automation workflow for a specific contact.
Write
Medium risk
Stop Automation
quentn:stop_automation
Stop a running automation workflow for a specific contact.
Write
Medium risk
Update Contact
quentn:update_contact
Update an existing contact's information.
Write
Medium risk