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 Person
delighted:create_person
Create a new person in Delighted for survey targeting.
Write
Medium risk
Create Survey Response
delighted:create_survey_response
Create a new survey response, optionally creating the person if they don't exist.
Write
Medium risk
Create Unsubscribe
delighted:create_unsubscribe
Unsubscribe a person from all future surveys.
Write
Medium risk
Delete Person
delighted:delete_person
Permanently delete a person and all their associated survey data.
Write
High risk
Delete Survey Response
delighted:delete_survey_response
Permanently delete a survey response.
Write
High risk
Delete Unsubscribe
delighted:delete_unsubscribe
Re-subscribe a person to surveys by removing their unsubscribe status.
Write
High risk
Get Metrics
delighted:get_metrics
Get NPS metrics including score, response counts, and trend data.
Read
Low risk
Get Person
delighted:get_person
Fetch a single person by ID with their survey history and properties.
Read
Low risk
Get Survey Response
delighted:get_survey_response
Fetch a single survey response by ID with score, comment, and person details.
Read
Low risk
List People
delighted:list_people
List people with optional filtering by email, creation date, or update date.
Read
Low risk
List Survey Responses
delighted:list_survey_responses
List survey responses with filtering by score, date range, email, and more.
Read
Low risk
List Unsubscribes
delighted:list_unsubscribes
List people who have unsubscribed from surveys.
Read
Low risk
Send Survey
delighted:send_survey
Send an NPS survey to a person via email, SMS, or generate a survey link.
Write
Medium risk
Update Person
delighted:update_person
Update an existing person's details and properties.
Write
Medium risk
Update Survey Response
delighted:update_survey_response
Update an existing survey response's comment or additional answers.
Write
Medium risk