Satismeter
satismeterSatisMeter is a customer feedback platform that enables businesses to collect and analyze user feedback through targeted surveys.
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ónTool to generate a javascript snippet to embed a satismeter survey. use after configuring your project and obtaining your write key.
SATISMETER_EMBED_SURVEYAcciónTool to generate a javascript snippet to embed a satismeter survey. use after configuring your project and obtaining your write key.
Parámetros de entrada
traitsobjectAdditional user profile information
userIdstringUnique identifier for the user to target with the survey
settingsobjectSurvey display settings including language and custom text
writeKeystringObligatorioProject Write Key from SatisMeter
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 Unsubscribed EmailsSATISMETER_GET_UNSUBSCRIBED_EMAILSAcciónTool to retrieve list of unsubscribed emails for a project. use when you need to fetch emails that have opted out of surveys.
SATISMETER_GET_UNSUBSCRIBED_EMAILSAcciónTool 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
limitintegerMaximum number of results to return (default: API default, typically 100).
offsetintegerNumber of records to skip for pagination (default: 0).
project_idstringObligatorioUnique ID of the project to retrieve unsubscribed emails 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
List SurveysSATISMETER_LIST_SURVEYSAcciónTool to list surveys (campaigns) in a project. use when you have a valid project id and need to retrieve its surveys.
SATISMETER_LIST_SURVEYSAcciónTool 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
projectstringObligatorioID of the SatisMeter project to list surveys for
Parámetros de salida
dataobject[]ObligatorioList of surveys (campaigns)
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersSATISMETER_LIST_USERSAcciónTool to list users in a project. use when you have a valid project id and need to retrieve its users, optionally paginating through results.
SATISMETER_LIST_USERSAcciónTool 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
projectstringObligatorioID of the project to list users for
page_sizeintegerNumber of users per page (max 100). Defaults to Satismeter API default (20)
page_numberintegerPage number to retrieve. Defaults to Satismeter API default (1)
Parámetros de salida
dataobject[]ObligatorioList of users
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Unsubscribed EmailsSATISMETER_UPDATE_UNSUBSCRIBED_EMAILSAcciónTool to update the list of unsubscribed emails for a project. use when you need to bulk unsubscribe user emails from surveys.
SATISMETER_UPDATE_UNSUBSCRIBED_EMAILSAcciónTool 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[]ObligatorioList of email addresses to unsubscribe.
project_idstringObligatorioID of the Satismeter project.
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