Iterate

Iterate is a customer feedback platform for distributing surveys, analyzing responses, and managing company user privacy data.

13 actions Integration catalog
Request access
Connect Iterate once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Survey RecipientITERATE_ADD_SURVEY_RECIPIENT
Add one email recipient to a survey for a later send without sending the survey now.
Anonymize Company UserITERATE_ANONYMIZE_COMPANY_USER
Irreversibly remove one Iterate user's email and attributes while retaining survey responses. Optionally also remove response properties. Requires an exact user ID and explicit confirm_anonymization=true.
Bulk Anonymize Company UsersITERATE_BULK_ANONYMIZE_COMPANY_USERS
Irreversibly remove identifying data from every Iterate company user matching at least one explicit email, external-ID, or typed user-property selector while retaining survey responses. Requires confirm_bulk_anonymization=true.
Bulk Delete Company User DataITERATE_BULK_DELETE_COMPANY_USER_DATA
Permanently delete every matching Iterate company user and all matching users' survey responses using explicit non-empty selectors. This cannot be undone and requires confirm_bulk_permanent_deletion=true.
Delete Company User DataITERATE_DELETE_COMPANY_USER_DATA
Permanently delete one Iterate user object and all of that user's survey responses. This cannot be undone and requires an exact user ID plus explicit confirm_permanent_deletion=true.
Get SurveyITERATE_GET_SURVEY
Return one survey's configuration and questions by survey ID. The action fails when Iterate embeds an error in an HTTP 200 response.
Get Survey StatsITERATE_GET_SURVEY_STATS
Return delivery, display, response-count, and response-rate statistics for one survey.
Import Survey RecipientsITERATE_IMPORT_SURVEY_RECIPIENTS
Add a non-empty batch of email recipients to a survey without sending it, and return duplicate, failure, and success counts.
List Survey Response GroupsITERATE_LIST_SURVEY_RESPONSE_GROUPS
Return one reverse-chronological page of completed survey submissions grouped by user, plus a continuation cursor.
List Survey ResponsesITERATE_LIST_SURVEY_RESPONSES
Return one reverse-chronological page of individual answers for a survey, with an optional date range and continuation cursor.
List SurveysITERATE_LIST_SURVEYS
Return all surveys available to the connected Iterate API key, including the survey and company IDs needed by other tools.
Search Company UsersITERATE_SEARCH_COMPANY_USERS
Find one user in the connected Iterate company by email, external ID, or one typed user property and return survey participation totals.
Send SurveyITERATE_SEND_SURVEY
Irreversibly send or schedule an email survey to one specified recipient or every previously added recipient. Requires an explicit audience and confirmation.