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
asknicely:create_person
Create a new person/customer in AskNicely for survey targeting.
Write
Medium risk
Create Segment
asknicely:create_segment
Create a new customer segment for organizing and targeting surveys.
Write
Medium risk
Delete Person
asknicely:delete_person
Permanently delete a person and all their survey data from AskNicely.
Write
High risk
Get Nps Score
asknicely:get_nps_score
Get current NPS score overall or for a specific segment with breakdown of promoters, passives, and detractors.
Read
Low risk
Get Person
asknicely:get_person
Fetch a single person/customer by ID or email with their survey history and scores.
Read
Low risk
Get Response
asknicely:get_response
Fetch a single survey response with score, comment, and person details.
Read
Low risk
Get Segment
asknicely:get_segment
Fetch details about a specific customer segment including person count and NPS score.
Read
Low risk
List People
asknicely:list_people
List people/customers with optional filtering by segment, score, or email domain.
Read
Low risk
List Responses
asknicely:list_responses
List survey responses with filtering by score, person, segment, or date range.
Read
Low risk
List Segments
asknicely:list_segments
List all customer segments with their NPS scores and person counts.
Read
Low risk
Send Survey
asknicely:send_survey
Send an NPS survey to a specific person via email.
Write
Medium risk
Update Person
asknicely:update_person
Update an existing person's details, segment, or custom properties.
Write
Medium risk