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
surveymethods:create_contact
Create a new contact in the contact database.
Write
Medium risk
Create Survey
surveymethods:create_survey
Create a new survey with basic settings.
Write
Medium risk
Delete Contact
surveymethods:delete_contact
Delete a contact permanently. This action cannot be undone.
Write
High risk
Delete Survey
surveymethods:delete_survey
Delete a survey permanently. This action cannot be undone.
Write
High risk
Get Campaign
surveymethods:get_campaign
Fetch a single email campaign by ID with details and statistics.
Read
Low risk
Get Contact
surveymethods:get_contact
Fetch a single contact by ID with all profile information.
Read
Low risk
Get Response
surveymethods:get_response
Fetch a single survey response by ID with all answer data.
Read
Low risk
Get Survey
surveymethods:get_survey
Fetch a single survey by ID with details and settings.
Read
Low risk
List Campaigns
surveymethods:list_campaigns
List email campaigns with optional filtering and pagination.
Read
Low risk
List Contacts
surveymethods:list_contacts
List contacts with optional filtering and search capabilities.
Read
Low risk
List Responses
surveymethods:list_responses
List survey responses with optional filtering and pagination.
Read
Low risk
List Surveys
surveymethods:list_surveys
List surveys with optional filtering and pagination.
Read
Low risk
Send Survey Invitation
surveymethods:send_survey_invitation
Send survey invitations to specified contacts via email.
Write
Medium risk
Update Contact
surveymethods:update_contact
Update an existing contact's information and properties.
Write
Medium risk
Update Survey
surveymethods:update_survey
Update an existing survey's settings and properties.
Write
Medium risk