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
pingbell:create_campaign
Create a new message campaign to send to multiple contacts.
Write
Medium risk
Create Contact
pingbell:create_contact
Create a new contact with profile information and preferences.
Write
Medium risk
Delete Contact
pingbell:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
pingbell:get_campaign
Fetch a single campaign by ID with status and performance metrics.
Read
Low risk
Get Contact
pingbell:get_contact
Fetch a single contact by ID with all profile information and communication preferences.
Read
Low risk
Get Message
pingbell:get_message
Fetch a single message by ID with delivery status and content.
Read
Low risk
Get Template
pingbell:get_template
Fetch a single message template by ID with content and variables.
Read
Low risk
List Campaigns
pingbell:list_campaigns
List and filter campaigns with performance metrics and pagination.
Read
Low risk
List Contacts
pingbell:list_contacts
List and search contacts with filtering and pagination options.
Read
Low risk
List Messages
pingbell:list_messages
List and filter messages with pagination and status information.
Read
Low risk
List Templates
pingbell:list_templates
List and search message templates with filtering and pagination.
Read
Low risk
Pause Campaign
pingbell:pause_campaign
Pause a running campaign to stop sending messages temporarily.
Write
Medium risk
Send Message
pingbell:send_message
Send a message to a contact via email, SMS, push notification, or in-app.
Write
Medium risk
Start Campaign
pingbell:start_campaign
Start a draft or scheduled campaign to begin sending messages.
Write
Medium risk
Update Contact
pingbell:update_contact
Update an existing contact's profile information and preferences.
Write
Medium risk