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
godial:create_campaign
Create a new campaign in GoDial with the specified configuration.
Write
Medium risk
Create Contact
godial:create_contact
Create a new contact in GoDial with the provided information.
Write
Medium risk
Delete Contact
godial:delete_contact
Permanently delete a contact from GoDial. This action cannot be undone.
Write
High risk
Get Agent
godial:get_agent
Fetch a single agent by ID with all agent details and statistics.
Read
Low risk
Get Call
godial:get_call
Fetch a single call record by ID with all call details and recordings.
Read
Low risk
Get Campaign
godial:get_campaign
Fetch a single campaign by ID with all campaign details and statistics.
Read
Low risk
Get Contact
godial:get_contact
Fetch a single contact by ID with all contact details and call history.
Read
Low risk
List Agents
godial:list_agents
List agents with filtering and pagination options.
Read
Low risk
List Calls
godial:list_calls
List call records with filtering and pagination options.
Read
Low risk
List Campaigns
godial:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Contacts
godial:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
Make Call
godial:make_call
Initiate an outbound call to a phone number.
Write
Medium risk
Pause Campaign
godial:pause_campaign
Pause an active campaign to stop dialing contacts.
Write
Medium risk
Start Campaign
godial:start_campaign
Start a campaign to begin dialing contacts.
Write
Medium risk
Update Agent Status
godial:update_agent_status
Update an agent's availability status.
Write
Medium risk
Update Contact
godial:update_contact
Update an existing contact with new information.
Write
Medium risk