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 Contact
questionpro:create_contact
Add a new contact to a mailing list.
Write
Medium risk
Create Survey
questionpro:create_survey
Create a new survey with basic settings.
Write
Medium risk
Delete Contact
questionpro:delete_contact
Permanently delete a contact from a mailing list.
Write
High risk
Delete Survey
questionpro:delete_survey
Permanently delete a survey and all its responses.
Write
High risk
Get Contact
questionpro:get_contact
Fetch a single contact by ID from a mailing list.
Read
Low risk
Get Response
questionpro:get_response
Fetch a single survey response by ID with all answer data.
Read
Low risk
Get Survey
questionpro:get_survey
Fetch a single survey by ID with basic details and status.
Read
Low risk
List Contacts
questionpro:list_contacts
List contacts from a mailing list with optional filtering.
Read
Low risk
List Email Lists
questionpro:list_email_lists
List all email/mailing lists in the account.
Read
Low risk
List Responses
questionpro:list_responses
List survey responses with optional filtering by status and date range.
Read
Low risk
List Surveys
questionpro:list_surveys
List surveys with optional filtering by folder and status.
Read
Low risk
Send Survey Invitation
questionpro:send_survey_invitation
Send survey invitations to an email list.
Write
Medium risk
Update Contact
questionpro:update_contact
Update an existing contact in a mailing list.
Write
Medium risk
Update Survey
questionpro:update_survey
Update an existing survey's basic properties.
Write
Medium risk