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 Customer Tag
retently:add_customer_tag
Add a tag to a customer. Creates the tag if it doesn't exist.
Write
Medium risk
Create Customer
retently:create_customer
Create a new customer in Retently.
Write
Medium risk
Delete Customer
retently:delete_customer
Delete a customer from Retently. This action cannot be undone.
Write
High risk
Get Campaign
retently:get_campaign
Fetch a single campaign by ID with all details and statistics.
Read
Low risk
Get Customer
retently:get_customer
Fetch a single customer by ID with all their details and survey history.
Read
Low risk
Get Response
retently:get_response
Fetch a single survey response by ID with all details.
Read
Low risk
Get Survey
retently:get_survey
Fetch a single survey by ID with all configuration details.
Read
Low risk
List Campaigns
retently:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Customers
retently:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Responses
retently:list_responses
List survey responses with filtering and pagination options.
Read
Low risk
List Surveys
retently:list_surveys
List surveys with filtering and pagination options.
Read
Low risk
Remove Customer Tag
retently:remove_customer_tag
Remove a tag from a customer.
Write
High risk
Resubscribe Customer
retently:resubscribe_customer
Resubscribe a previously unsubscribed customer to surveys.
Write
Medium risk
Send Survey
retently:send_survey
Send a survey to a specific customer via email or SMS.
Write
Medium risk
Unsubscribe Customer
retently:unsubscribe_customer
Unsubscribe a customer from all future surveys.
Write
Medium risk
Update Customer
retently:update_customer
Update an existing customer in Retently.
Write
Medium risk