Skip to main content

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_surveys first to get the survey_id required by get_survey_responses and update_survey_settings.
  • Use start_date and end_date in get_survey_responses to narrow results to a specific time window.
  • After creating a survey with create_survey, use update_survey_settings to configure branding and access control.