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.
Cancel Campaign
txt_werk:cancel_campaign
Cancel a scheduled or in-progress campaign.
Write
High risk
Create Campaign
txt_werk:create_campaign
Create a new SMS campaign to send messages to multiple recipients.
Write
Medium risk
Create Contact
txt_werk:create_contact
Create a new contact in your txt_werk address book.
Write
Medium risk
Delete Contact
txt_werk:delete_contact
Permanently delete a contact from your txt_werk address book.
Write
High risk
Get Account
txt_werk:get_account
Get current account information including balance, usage, and settings.
Read
Low risk
Get Campaign
txt_werk:get_campaign
Fetch a single campaign by ID with delivery statistics and status.
Read
Low risk
Get Contact
txt_werk:get_contact
Fetch a single contact by ID with all associated metadata.
Read
Low risk
Get Message
txt_werk:get_message
Fetch a single message by ID with delivery status and metadata.
Read
Low risk
List Campaigns
txt_werk:list_campaigns
List campaigns with optional filtering by status, name, tags, and creation date.
Read
Low risk
List Contacts
txt_werk:list_contacts
List contacts with optional filtering by phone, name, opt-in status, and tags.
Read
Low risk
List Messages
txt_werk:list_messages
List messages with optional filtering by phone number, status, direction, and date range.
Read
Low risk
Opt In Contact
txt_werk:opt_in_contact
Opt in a contact to receive SMS messages (requires proper consent).
Write
Low risk
Opt Out Contact
txt_werk:opt_out_contact
Opt out a contact from receiving SMS messages (compliance requirement).
Write
Low risk
Send Campaign
txt_werk:send_campaign
Send a campaign immediately (overrides any scheduled time).
Write
Medium risk
Send Message
txt_werk:send_message
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
txt_werk:update_contact
Update an existing contact's information.
Write
Medium risk