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 Contact
botconversa:create_contact
Create a new contact in BotConversa.
Write
Medium risk
Create Template
botconversa:create_template
Create a new message template (requires WhatsApp approval).
Write
Medium risk
Delete Template
botconversa:delete_template
Delete a message template permanently.
Write
High risk
Get Contact
botconversa:get_contact
Fetch a single contact by ID or phone number with profile information.
Read
Low risk
Get Message
botconversa:get_message
Fetch a single message by ID with delivery status.
Read
Low risk
Get Template
botconversa:get_template
Fetch a single message template by name.
Read
Low risk
Get Webhook Events
botconversa:get_webhook_events
Retrieve webhook events for debugging and monitoring.
Read
Low risk
List Contacts
botconversa:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Messages
botconversa:list_messages
List messages with optional filtering and pagination.
Read
Low risk
List Templates
botconversa:list_templates
List message templates with optional filtering.
Read
Low risk
Send Message
botconversa:send_message
Send a WhatsApp message to a contact.
Write
Medium risk
Update Contact
botconversa:update_contact
Update an existing contact's information.
Write
Medium risk
Upload Media
botconversa:upload_media
Upload media file to BotConversa for use in messages.
Write
Medium risk