Tools in this category
get_all_surveys
Get all available surveys for the business
get_survey_responses
Fetch paginated responses for a specific survey
create_survey
Create a new customer feedback or NPS survey
update_survey_settings
Update appearance settings and access control for an existing survey
Tips
- Always call
get_all_surveysfirst to get thesurvey_idrequired byget_survey_responsesandupdate_survey_settings. - Use
start_dateandend_dateinget_survey_responsesto narrow results to a specific time window. - After creating a survey with
create_survey, useupdate_survey_settingsto configure branding and access control.