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.
Add Contact To Segment
fireberry:add_contact_to_segment
Add a contact to an audience segment.
Write
Medium risk
Create Campaign
fireberry:create_campaign
Create a new campaign in Fireberry.
Write
Medium risk
Create Contact
fireberry:create_contact
Create a new contact in Fireberry.
Write
Medium risk
Delete Contact
fireberry:delete_contact
Permanently delete a contact from Fireberry.
Write
High risk
Get Campaign
fireberry:get_campaign
Fetch a single campaign by ID with performance metrics.
Read
Low risk
Get Contact
fireberry:get_contact
Fetch a single contact by ID with all associated data.
Read
Low risk
Get Segment
fireberry:get_segment
Fetch a single audience segment by ID with contact count.
Read
Low risk
List Campaigns
fireberry:list_campaigns
List campaigns with optional filtering and pagination.
Read
Low risk
List Contacts
fireberry:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Segments
fireberry:list_segments
List audience segments with optional filtering and pagination.
Read
Low risk
Remove Contact From Segment
fireberry:remove_contact_from_segment
Remove a contact from an audience segment.
Write
High risk
Send Campaign
fireberry:send_campaign
Send a campaign immediately or schedule it for later.
Write
Medium risk
Update Contact
fireberry:update_contact
Update an existing contact in Fireberry.
Write
Medium risk