NAiOS IconNAiOS Logo
Volver al catálogo

Satismeter

satismeter

SatisMeter is a customer feedback platform that enables businesses to collect and analyze user feedback through targeted surveys.

Acciones
5
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 (5)

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.

Embed SurveySATISMETER_EMBED_SURVEYAcción

Tool to generate a javascript snippet to embed a satismeter survey. use after configuring your project and obtaining your write key.

Parámetros de entrada

  • traitsobject

    Additional user profile information

  • userIdstring

    Unique identifier for the user to target with the survey

  • settingsobject

    Survey display settings including language and custom text

  • writeKeystringObligatorio

    Project Write Key from SatisMeter

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

Tool to retrieve list of unsubscribed emails for a project. use when you need to fetch emails that have opted out of surveys.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return (default: API default, typically 100).

  • offsetinteger

    Number of records to skip for pagination (default: 0).

  • project_idstringObligatorio

    Unique ID of the project to retrieve unsubscribed emails 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

List SurveysSATISMETER_LIST_SURVEYSAcción

Tool to list surveys (campaigns) in a project. use when you have a valid project id and need to retrieve its surveys.

Parámetros de entrada

  • projectstringObligatorio

    ID of the SatisMeter project to list surveys for

Parámetros de salida

  • dataobject[]Obligatorio

    List of surveys (campaigns)

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List UsersSATISMETER_LIST_USERSAcción

Tool to list users in a project. use when you have a valid project id and need to retrieve its users, optionally paginating through results.

Parámetros de entrada

  • projectstringObligatorio

    ID of the project to list users for

  • page_sizeinteger

    Number of users per page (max 100). Defaults to Satismeter API default (20)

  • page_numberinteger

    Page number to retrieve. Defaults to Satismeter API default (1)

Parámetros de salida

  • dataobject[]Obligatorio

    List of users

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Unsubscribed EmailsSATISMETER_UPDATE_UNSUBSCRIBED_EMAILSAcción

Tool to update the list of unsubscribed emails for a project. use when you need to bulk unsubscribe user emails from surveys.

Parámetros de entrada

  • emailsstring[]Obligatorio

    List of email addresses to unsubscribe.

  • project_idstringObligatorio

    ID of the Satismeter project.

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