NAiOS IconNAiOS Logo
Volver al catálogo

Simplesat

simplesat

Simplesat captures customer feedback and CSAT scores through surveys, integrating directly with helpdesk systems for real-time performance insights

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

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 or Update CustomerSIMPLESAT_CREATE_OR_UPDATE_CUSTOMERAcción

This tool creates or updates a customer in simplesat. if a customer with the provided email address already exists, their information is updated; otherwise, a new customer is created.

Parámetros de entrada

  • emailstringObligatorioemail

    Email address of the customer (used as unique identifier)

  • companystring

    Company name of the customer

  • last_namestring

    Last name of the customer

  • first_namestring

    First name of the customer

  • custom_attributesobject

    Dictionary of custom attributes for the customer

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

Create or Update Team MemberSIMPLESAT_CREATE_OR_UPDATE_TEAM_MEMBERAcción

This tool creates a new team member or updates an existing one if a team member with the same email address is found. it is an independent action that requires only basic team member information (email, first name, last name, and optionally title and phone) and does not depend on any other resource ids.

Parámetros de entrada

  • emailstringObligatorioemail

    Email address of the team member

  • phonestring

    Phone number of the team member

  • titlestring

    Job title of the team member

  • last_namestringObligatorio

    Last name of the team member

  • first_namestringObligatorio

    First name of the team member

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