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 Campaign
gozen_growth:create_campaign
Create a new email campaign with HTML content and targeting settings.
Write
Medium risk
Create Contact
gozen_growth:create_contact
Create a new contact in GoZen Growth with optional list subscription and custom fields.
Write
Medium risk
Create List
gozen_growth:create_list
Create a new email list with sender details and opt-in settings.
Write
Medium risk
Delete Contact
gozen_growth:delete_contact
Permanently delete a contact from GoZen Growth. This action cannot be undone.
Write
High risk
Get Automation
gozen_growth:get_automation
Fetch a single automation workflow by ID with trigger settings and performance stats.
Read
Low risk
Get Campaign
gozen_growth:get_campaign
Fetch a single email campaign by ID with stats and delivery information.
Read
Low risk
Get Contact
gozen_growth:get_contact
Fetch a single contact by ID with all profile information and subscription status.
Read
Low risk
Get List
gozen_growth:get_list
Fetch a single email list by ID with subscriber count and list details.
Read
Low risk
List Automations
gozen_growth:list_automations
List automation workflows with optional filters for status and target list.
Read
Low risk
List Campaigns
gozen_growth:list_campaigns
List email campaigns with optional filters for status and list, including basic stats.
Read
Low risk
List Contacts
gozen_growth:list_contacts
Search and list contacts with optional filters for email, status, list, and tags.
Read
Low risk
List Lists
gozen_growth:list_lists
List all email lists in the account with subscriber counts and basic details.
Read
Low risk
Send Campaign
gozen_growth:send_campaign
Send or schedule an email campaign. This will deliver emails to all subscribers on the campaign's list.
Write
Medium risk
Subscribe Contact
gozen_growth:subscribe_contact
Subscribe a contact to an email list with optional profile data and tags.
Write
Medium risk
Trigger Automation
gozen_growth:trigger_automation
Manually trigger an automation workflow for a specific contact with optional trigger data.
Write
Medium risk
Unsubscribe Contact
gozen_growth:unsubscribe_contact
Unsubscribe a contact from a specific list or from all lists in the account.
Write
Medium risk
Update Contact
gozen_growth:update_contact
Update an existing contact's information, tags, custom fields, and status.
Write
Medium risk