NAiOS IconNAiOS Logo
Volver al catálogo

SurveyMonkey

survey_monkey

SurveyMonkey is an online survey development platform that enables users to create, distribute, and analyze surveys for various purposes.

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • titlestringObligatorio

    Title of the new survey.

  • footerboolean

    Whether to display SurveyMonkey's footer in the survey.

  • languagestring

    Survey language code (e.g., 'en').

  • nicknamestring

    Optional nickname for the survey.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete SurveySURVEY_MONKEY_DELETE_SURVEYAcción

Tool 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_idstringObligatorio

    The unique identifier of the survey to be deleted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Survey CollectorsSURVEY_MONKEY_GET_COLLECTORSAcción

Tool to retrieve a list of collectors for a specific survey. use when you need collector urls, counts, and statuses.

Parámetros de entrada

  • namestring

    Partial match filter on collector name

  • pageinteger

    Page number to return (default=1)

  • includestring[]

    Additional fields to include per collector

  • sort_bystringObligatorioenum
    iddate_modifiedtypestatusname
  • end_datestring

    Filter collectors created before this datetime (YYYY-MM-DDTHH:MM:SS)

  • per_pageinteger

    Resources per page (default=50)

  • survey_idstringObligatorio

    Survey ID to retrieve collectors for

  • sort_orderstringObligatorioenum
    ASCDESC
  • start_datestring

    Filter collectors created after this datetime (YYYY-MM-DDTHH:MM:SS)

Parámetros de salida

  • dataobject[]Obligatorio
  • pageintegerObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • totalintegerObligatorio
  • per_pageintegerObligatorio
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContactsSURVEY_MONKEY_GET_CONTACTSAcción

Tool 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[]Obligatorio

    List of contacts

  • pageintegerObligatorio

    Current page number

  • errorstring

    Error if any occurred during the execution of the action

  • linksobjectObligatorio

    Pagination links

  • totalintegerObligatorio

    Total number of contacts

  • per_pageintegerObligatorio

    Number of items per page

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get GroupsSURVEY_MONKEY_GET_GROUPSAcción

Tool 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

  • pageinteger

    Page number to retrieve (1-based index).

  • includestring

    Comma-separated list of additional fields to include in each group object, e.g., 'member_count'.

  • per_pageinteger

    Number of groups to return per page.

Parámetros de salida

  • dataobject[]Obligatorio

    List of group objects returned by the API.

  • pageintegerObligatorio

    Current page number in the result set.

  • errorstring

    Error if any occurred during the execution of the action

  • linksobjectObligatorio

    Pagination links: self, next, prev, first, last.

  • totalintegerObligatorio

    Total number of groups available.

  • per_pageintegerObligatorio

    Number of groups returned per page.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Survey ResponsesSURVEY_MONKEY_GET_RESPONSESAcción

Tool 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

  • ipstring

    Filter responses by IP address

  • pageinteger

    Page number to return (default=1)

  • emailstring

    Filter responses by recipient's email

  • customstring

    Filter responses by custom value associated with the response

  • statusstringenum

    Filter responses by status

    completedpartialoverquotadisqualified
  • sort_bystring

    Field to sort by

  • per_pageinteger

    Number of responses per page (default=50)

  • last_namestring

    Filter responses by recipient's last name

  • survey_idstringObligatorio

    The unique identifier of the survey.

  • first_namestring

    Filter responses by recipient's first name

  • sort_orderstringenum

    Sort order

    ASCDESC
  • end_created_atstring

    Filter responses created before this datetime (ISO 8601)

  • total_time_maxinteger

    Filter responses with total time less than or equal to this value (in seconds)

  • total_time_mininteger

    Filter responses with total time greater than or equal to this value (in seconds)

  • end_modified_atstring

    Filter responses modified before this datetime (ISO 8601)

  • custom_variablesstring

    Filter responses by custom variables as key:value pairs

  • start_created_atstring

    Filter responses created after this datetime (ISO 8601)

  • total_time_unitsstringenum

    Unit for total_time_min and total_time_max

    secondminutehour
  • start_modified_atstring

    Filter responses modified after this datetime (ISO 8601)

Parámetros de salida

  • dataobject[]Obligatorio

    List of response summary objects

  • pageintegerObligatorio

    Current page number

  • errorstring

    Error if any occurred during the execution of the action

  • linksobjectObligatorio

    Pagination links: self, next, prev, first, last

  • totalintegerObligatorio

    Total number of responses

  • per_pageintegerObligatorio

    Number of responses per page

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Survey DetailsSURVEY_MONKEY_GET_SURVEY_DETAILSAcción

Tool to retrieve metadata and counts for a specific survey. use after confirming the survey id.

Parámetros de entrada

  • survey_idstringObligatorio

    The unique identifier of the survey to fetch details for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SurveysSURVEY_MONKEY_GET_SURVEYSAcción

Tool to retrieve a list of surveys. use when you need to enumerate or paginate through all surveys.

Parámetros de entrada

  • pageinteger

    Page of resources to return (1-based index)

  • includestring[]

    Additional fields to include per survey

  • per_pageinteger

    Number of resources to return per page (max=100)

Parámetros de salida

  • dataobject[]Obligatorio

    List of survey summary objects

  • pageintegerObligatorio

    Current page number

  • errorstring

    Error if any occurred during the execution of the action

  • linksobjectObligatorio

    Pagination links: self, next, prev, first, last

  • totalintegerObligatorio

    Total number of surveys

  • per_pageintegerObligatorio

    Number of surveys returned per page

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not