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.
Cancel Request
endorsal:cancel_request
Cancel a pending, scheduled, or sent advocacy request.
Write
High risk
Create Campaign
endorsal:create_campaign
Create a new campaign for collecting customer advocacy content.
Write
Medium risk
Create Customer
endorsal:create_customer
Create a new customer profile for advocacy campaigns.
Write
Medium risk
Create Request
endorsal:create_request
Create a new advocacy request to send to a customer.
Write
Medium risk
Delete Campaign
endorsal:delete_campaign
Permanently delete a campaign and all its associated data.
Write
High risk
Delete Testimonial
endorsal:delete_testimonial
Permanently delete a testimonial.
Write
High risk
Get Campaign
endorsal:get_campaign
Fetch a single campaign by ID with its configuration and statistics.
Read
Low risk
Get Customer
endorsal:get_customer
Fetch a single customer by ID with their profile and advocacy history.
Read
Low risk
Get Request
endorsal:get_request
Fetch a single advocacy request by ID with its status and details.
Read
Low risk
Get Testimonial
endorsal:get_testimonial
Fetch a single testimonial by ID with full content and metadata.
Read
Low risk
List Campaigns
endorsal:list_campaigns
List campaigns with optional filtering and pagination.
Read
Low risk
List Customers
endorsal:list_customers
List customers with optional filtering, searching, and pagination.
Read
Low risk
List Requests
endorsal:list_requests
List advocacy requests with optional filtering and pagination.
Read
Low risk
List Testimonials
endorsal:list_testimonials
List testimonials with optional filtering, searching, and pagination.
Read
Low risk
Send Request
endorsal:send_request
Immediately send a pending or scheduled advocacy request to the customer.
Write
Medium risk
Update Campaign
endorsal:update_campaign
Update an existing campaign's details and settings.
Write
Medium risk
Update Customer
endorsal:update_customer
Update an existing customer's profile information.
Write
Medium risk
Update Testimonial
endorsal:update_testimonial
Update an existing testimonial's content, status, or metadata.
Write
Medium risk