SurveyMonkey
survey_monkeySurveyMonkey is an online survey development platform that enables users to create, distribute, and analyze surveys for various purposes.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create SurveySURVEY_MONKEY_CREATE_SURVEYAcciónTool to create a new survey. use when you have a survey title and need an id for follow-up operations. example: "create a survey titled 'customer satisfaction'"
SURVEY_MONKEY_CREATE_SURVEYAcciónTool to create a new survey. use when you have a survey title and need an id for follow-up operations. example: "create a survey titled 'customer satisfaction'"
Parámetros de entrada
titlestringObligatorioTitle of the new survey.
footerbooleanWhether to display SurveyMonkey's footer in the survey.
languagestringSurvey language code (e.g., 'en').
nicknamestringOptional nickname for the survey.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SurveySURVEY_MONKEY_DELETE_SURVEYAcciónTool to delete a specific survey. use when the survey id is confirmed correct. deletion is irreversible. example prompt: "delete survey '123456789'."
SURVEY_MONKEY_DELETE_SURVEYAcciónTool to delete a specific survey. use when the survey id is confirmed correct. deletion is irreversible. example prompt: "delete survey '123456789'."
Parámetros de entrada
survey_idstringObligatorioThe unique identifier of the survey to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Survey CollectorsSURVEY_MONKEY_GET_COLLECTORSAcciónTool to retrieve a list of collectors for a specific survey. use when you need collector urls, counts, and statuses.
SURVEY_MONKEY_GET_COLLECTORSAcciónTool to retrieve a list of collectors for a specific survey. use when you need collector urls, counts, and statuses.
Parámetros de entrada
namestringPartial match filter on collector name
pageintegerPage number to return (default=1)
includestring[]Additional fields to include per collector
sort_bystringObligatorioenumiddate_modifiedtypestatusnameend_datestringFilter collectors created before this datetime (YYYY-MM-DDTHH:MM:SS)
per_pageintegerResources per page (default=50)
survey_idstringObligatorioSurvey ID to retrieve collectors for
sort_orderstringObligatorioenumASCDESCstart_datestringFilter collectors created after this datetime (YYYY-MM-DDTHH:MM:SS)
Parámetros de salida
dataobject[]ObligatoriopageintegerObligatorioerrorstringError if any occurred during the execution of the action
totalintegerObligatorioper_pageintegerObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContactsSURVEY_MONKEY_GET_CONTACTSAcciónTool to retrieve a list of contacts. use after authenticating with surveymonkey. call this to fetch all contacts associated with your account.
SURVEY_MONKEY_GET_CONTACTSAcciónTool to retrieve a list of contacts. use after authenticating with surveymonkey. call this to fetch all contacts associated with your account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of contacts
pageintegerObligatorioCurrent page number
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
totalintegerObligatorioTotal number of contacts
per_pageintegerObligatorioNumber of items per page
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GroupsSURVEY_MONKEY_GET_GROUPSAcciónTool to retrieve a list of groups. use after authentication when you need to enumerate or paginate through all groups in your surveymonkey account.
SURVEY_MONKEY_GET_GROUPSAcciónTool to retrieve a list of groups. use after authentication when you need to enumerate or paginate through all groups in your surveymonkey account.
Parámetros de entrada
pageintegerPage number to retrieve (1-based index).
includestringComma-separated list of additional fields to include in each group object, e.g., 'member_count'.
per_pageintegerNumber of groups to return per page.
Parámetros de salida
dataobject[]ObligatorioList of group objects returned by the API.
pageintegerObligatorioCurrent page number in the result set.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links: self, next, prev, first, last.
totalintegerObligatorioTotal number of groups available.
per_pageintegerObligatorioNumber of groups returned per page.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Survey ResponsesSURVEY_MONKEY_GET_RESPONSESAcciónTool to retrieve a list of responses for a specific survey. use when you need to browse or filter responses after confirming the survey id.
SURVEY_MONKEY_GET_RESPONSESAcciónTool to retrieve a list of responses for a specific survey. use when you need to browse or filter responses after confirming the survey id.
Parámetros de entrada
ipstringFilter responses by IP address
pageintegerPage number to return (default=1)
emailstringFilter responses by recipient's email
customstringFilter responses by custom value associated with the response
statusstringenumFilter responses by status
completedpartialoverquotadisqualifiedsort_bystringField to sort by
per_pageintegerNumber of responses per page (default=50)
last_namestringFilter responses by recipient's last name
survey_idstringObligatorioThe unique identifier of the survey.
first_namestringFilter responses by recipient's first name
sort_orderstringenumSort order
ASCDESCend_created_atstringFilter responses created before this datetime (ISO 8601)
total_time_maxintegerFilter responses with total time less than or equal to this value (in seconds)
total_time_minintegerFilter responses with total time greater than or equal to this value (in seconds)
end_modified_atstringFilter responses modified before this datetime (ISO 8601)
custom_variablesstringFilter responses by custom variables as key:value pairs
start_created_atstringFilter responses created after this datetime (ISO 8601)
total_time_unitsstringenumUnit for total_time_min and total_time_max
secondminutehourstart_modified_atstringFilter responses modified after this datetime (ISO 8601)
Parámetros de salida
dataobject[]ObligatorioList of response summary objects
pageintegerObligatorioCurrent page number
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links: self, next, prev, first, last
totalintegerObligatorioTotal number of responses
per_pageintegerObligatorioNumber of responses per page
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Survey DetailsSURVEY_MONKEY_GET_SURVEY_DETAILSAcciónTool to retrieve metadata and counts for a specific survey. use after confirming the survey id.
SURVEY_MONKEY_GET_SURVEY_DETAILSAcciónTool to retrieve metadata and counts for a specific survey. use after confirming the survey id.
Parámetros de entrada
survey_idstringObligatorioThe unique identifier of the survey to fetch details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SurveysSURVEY_MONKEY_GET_SURVEYSAcciónTool to retrieve a list of surveys. use when you need to enumerate or paginate through all surveys.
SURVEY_MONKEY_GET_SURVEYSAcciónTool to retrieve a list of surveys. use when you need to enumerate or paginate through all surveys.
Parámetros de entrada
pageintegerPage of resources to return (1-based index)
includestring[]Additional fields to include per survey
per_pageintegerNumber of resources to return per page (max=100)
Parámetros de salida
dataobject[]ObligatorioList of survey summary objects
pageintegerObligatorioCurrent page number
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links: self, next, prev, first, last
totalintegerObligatorioTotal number of surveys
per_pageintegerObligatorioNumber of surveys returned per page
successfulbooleanObligatorioWhether or not the action execution was successful or not