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 Tag
project_broadcast:add_contact_tag
Add a tag to a contact. Creates the tag if it doesn't exist.
Write
Medium risk
Create Campaign
project_broadcast:create_campaign
Create a new SMS/MMS campaign with targeting and scheduling options.
Write
Medium risk
Create Contact
project_broadcast:create_contact
Create a new contact with phone number, name, and optional custom data.
Write
Medium risk
Delete Contact
project_broadcast:delete_contact
Permanently delete a contact and all associated message history.
Write
High risk
Get Campaign
project_broadcast:get_campaign
Fetch a single campaign by ID with stats and configuration.
Read
Low risk
Get Contact
project_broadcast:get_contact
Fetch a single contact by ID with subscription status and custom fields.
Read
Low risk
List Campaigns
project_broadcast:list_campaigns
List campaigns with optional filtering and pagination.
Read
Low risk
List Contacts
project_broadcast:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Messages
project_broadcast:list_messages
List sent messages with optional filtering and pagination.
Read
Low risk
List Tags
project_broadcast:list_tags
List all tags in your account with contact counts.
Read
Low risk
Remove Contact Tag
project_broadcast:remove_contact_tag
Remove a tag from a contact.
Write
High risk
Resubscribe Contact
project_broadcast:resubscribe_contact
Resubscribe a previously unsubscribed contact.
Write
Medium risk
Send Campaign
project_broadcast:send_campaign
Send a campaign immediately or confirm scheduled sending.
Write
Medium risk
Send Message
project_broadcast:send_message
Send an SMS or MMS message to a contact immediately or scheduled.
Write
Medium risk
Unsubscribe Contact
project_broadcast:unsubscribe_contact
Unsubscribe a contact from receiving messages.
Write
Medium risk
Update Contact
project_broadcast:update_contact
Update an existing contact's information and custom data.
Write
Medium risk