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.
Assign Conversation
hullo:assign_conversation
Assign a conversation to a specific user.
Write
Medium risk
Close Conversation
hullo:close_conversation
Close a conversation and optionally add a closing note.
Write
Medium risk
Create Contact
hullo:create_contact
Create a new contact in Hullo.
Write
Medium risk
Create Conversation
hullo:create_conversation
Create a new conversation with an initial message.
Write
Medium risk
Get Contact
hullo:get_contact
Fetch a single contact by ID with all their details.
Read
Low risk
Get Conversation
hullo:get_conversation
Fetch a single conversation by ID with messages and participant details.
Read
Low risk
List Contacts
hullo:list_contacts
List contacts with optional search and filters.
Read
Low risk
List Conversations
hullo:list_conversations
List conversations with optional filters and pagination.
Read
Low risk
List Messages
hullo:list_messages
List messages from a conversation.
Read
Low risk
List Users
hullo:list_users
List users/agents in the Hullo workspace.
Read
Low risk
Send Message
hullo:send_message
Send a message to an existing conversation.
Write
Medium risk
Update Contact
hullo:update_contact
Update an existing contact's information.
Write
Medium risk
Update Conversation
hullo:update_conversation
Update an existing conversation's properties.
Write
Medium risk