Retently
retentlyRetently is a customer experience management platform that enables businesses to collect, analyze, and act on customer feedback through surveys and integrations.
Acciones disponibles (15)
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.
Add Feedback TagsRETENTLY_ADD_FEEDBACK_TAGSAcciónAdd tags to feedback items by providing feedback ids and corresponding tags.
RETENTLY_ADD_FEEDBACK_TAGSAcciónAdd tags to feedback items by providing feedback ids and corresponding tags.
Parámetros de entrada
idstringObligatorioThe ID of the feedback response.
opstringUse the flag “append” in order to append the tags to the response, or leave it empty in order to override existing tags.
tagsstring[]ObligatorioAn array of tags to be added.
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
Add Feedback TopicsRETENTLY_ADD_FEEDBACK_TOPICSAcciónAdd topics to feedback items by providing feedback ids and corresponding topics.
RETENTLY_ADD_FEEDBACK_TOPICSAcciónAdd topics to feedback items by providing feedback ids and corresponding topics.
Parámetros de entrada
topicsobject[]ObligatorioA list of topics to add to the feedback.
operationstringenumUse 'append' to add to existing topics, or 'override' to replace them.
appendoverridefeedback_idstringObligatorioThe ID of the feedback to add topics to.
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
Create or Update CustomersRETENTLY_CREATE_OR_UPDATE_CUSTOMERSAcciónTool to create new customers or update existing ones by providing their details, including email, name, company, tags, and properties. use this to manage your customer base in retently.
RETENTLY_CREATE_OR_UPDATE_CUSTOMERSAcciónTool to create new customers or update existing ones by providing their details, including email, name, company, tags, and properties. use this to manage your customer base in retently.
Parámetros de entrada
subscribersobject[]ObligatorioA list of customer objects to be created or updated.
Parámetros de salida
codeintegerObligatoriodataobjectObligatorioerrorstringError if any occurred during the execution of the action
messagestringObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CustomersRETENTLY_DELETE_CUSTOMERSAcciónDelete customers from the workspace by providing their unique ids.
RETENTLY_DELETE_CUSTOMERSAcciónDelete customers from the workspace by providing their unique ids.
Parámetros de entrada
subscribersobject[]ObligatorioA list of customer objects to delete.
Parámetros de salida
codeintegerObligatorioThe HTTP status code of the response.
dataobject[]ObligatorioA list of objects, each representing a deleted customer.
errorstringError if any occurred during the execution of the action
messagestringObligatorioA message indicating the result of the delete operation.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CampaignsRETENTLY_GET_CAMPAIGNSAcciónTool to retrieve a list of campaigns associated with the account. use when you need to get details about all campaigns.
RETENTLY_GET_CAMPAIGNSAcciónTool to retrieve a list of campaigns associated with the account. use when you need to get details about all campaigns.
Parámetros de entrada
Sin parámetros.
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 Customer By IDRETENTLY_GET_CUSTOMER_BY_IDAcciónTool to retrieve detailed information about a specific customer by their unique id. use when you need to get all the details of a customer.
RETENTLY_GET_CUSTOMER_BY_IDAcciónTool to retrieve detailed information about a specific customer by their unique id. use when you need to get all the details of a customer.
Parámetros de entrada
customer_idstringObligatorioThe ID of the customer to retrieve.
Parámetros de salida
codeintegerObligatoriodataobjectObligatorioerrorstringError if any occurred during the execution of the action
messagestringObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Get CustomersRETENTLY_GET_CUSTOMERSAcciónRetrieve a list of customers with optional parameters for pagination, sorting, and filtering by email or date range.
RETENTLY_GET_CUSTOMERSAcciónRetrieve a list of customers with optional parameters for pagination, sorting, and filtering by email or date range.
Parámetros de entrada
pageintegerThe current page number. Default 1;
sortstringThe sort option. Use ‘-’ for DESC. Default ‘-createdDate’;
emailstringFind a customer by the email address.
limitintegerThe items limit. Default 20;
endDatestringISO format or UNIX timestamp;
startDatestringISO format or UNIX timestamp;
Parámetros de salida
codeintegerObligatoriodataobjectObligatorioerrorstringError if any occurred during the execution of the action
messagestringObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Get FeedbackRETENTLY_GET_FEEDBACKAcciónTool to retrieve feedback received from customers. use when you need to get a list of feedback, with optional parameters for pagination and sorting.
RETENTLY_GET_FEEDBACKAcciónTool to retrieve feedback received from customers. use when you need to get a list of feedback, with optional parameters for pagination and sorting.
Parámetros de entrada
pageintegerThe current page number. Default 1
sortstringThe sort option. Use ‘-’ for DESC. Default ‘-createdDate’
emailstringSearch responses by a customer’s email address
limitintegerThe items limit. Default 20
endDatestringThe end date for the feedback, in UNIX timestamp format.
startDatestringThe start date for the feedback, in UNIX timestamp format.
campaignIdstringFilter responses by a specific campaign ID
customerIdstringSearch responses by a customer’s Retently ID
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 Feedback by IDRETENTLY_GET_FEEDBACK_BY_IDAcciónTool to retrieve detailed information about specific feedback by its unique id. use when you need to get the details of a single feedback entry.
RETENTLY_GET_FEEDBACK_BY_IDAcciónTool to retrieve detailed information about specific feedback by its unique id. use when you need to get the details of a single feedback entry.
Parámetros de entrada
feedback_idstringObligatorioThe unique identifier of the feedback to be retrieved.
Parámetros de salida
codeintegerObligatorioThe HTTP status code of the response.
dataobjectObligatorioThe data returned by the API.
errorstringError if any occurred during the execution of the action
messagestringObligatorioA message indicating the result of the request.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Latest ScoreRETENTLY_GET_LATEST_SCOREAcciónTool to retrieve the latest nps score for the account. use when you need to get the most up-to-date nps score.
RETENTLY_GET_LATEST_SCOREAcciónTool to retrieve the latest nps score for the account. use when you need to get the most up-to-date nps score.
Parámetros de entrada
Sin parámetros.
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 OutboxRETENTLY_GET_OUTBOXAcciónRetrieve the outbox of surveys that are scheduled to be sent.
RETENTLY_GET_OUTBOXAcciónRetrieve the outbox of surveys that are scheduled to be sent.
Parámetros de entrada
pageintegerThe current page number.
sortstringThe sort option. Use -surveyCreatedDate for results in descending order.
emailstringFind a customer’s outbox records by email address.
limitintegerThe number of items per page.
Parámetros de salida
codeintegerObligatoriodataobjectObligatorioerrorstringError if any occurred during the execution of the action
messagestringObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Get ReportsRETENTLY_GET_REPORTSAcciónTool to retrieve reports related to nps surveys, including scores and trends. use when you need to get campaign performance data.
RETENTLY_GET_REPORTSAcciónTool to retrieve reports related to nps surveys, including scores and trends. use when you need to get campaign performance data.
Parámetros de entrada
end_datestringThe end date for the report in YYYY-MM-DD format.
start_datestringThe start date for the report in YYYY-MM-DD format.
campaign_idstringThe ID of the campaign to get reports for. If not provided, reports for all campaigns will be returned.
Parámetros de salida
codeintegerObligatoriodataobject[]ObligatorioerrorstringError if any occurred during the execution of the action
messagestringObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Get TemplatesRETENTLY_GET_TEMPLATESAcciónTool to retrieve a list of survey templates available in the account. use when you need to get the available survey templates.
RETENTLY_GET_TEMPLATESAcciónTool to retrieve a list of survey templates available in the account. use when you need to get the available survey templates.
Parámetros de entrada
Sin parámetros.
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
Send Transactional SurveyRETENTLY_SEND_TRANSACTIONAL_SURVEYAcciónTool to send a transactional survey to customers. use when you need to send a survey to a customer after a specific event, with an optional delay.
RETENTLY_SEND_TRANSACTIONAL_SURVEYAcciónTool to send a transactional survey to customers. use when you need to send a survey to a customer after a specific event, with an optional delay.
Parámetros de entrada
delayintegerThe delay in days to send the survey after the triggered event.
campaign_idstringObligatorioThe ID of the campaign where the customers will be surveyed.
subscribersobject[]ObligatorioA list of customers to send the survey to.
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
Unsubscribe CustomersRETENTLY_UNSUBSCRIBE_CUSTOMERSAcciónUnsubscribe customers from receiving surveys by providing their email addresses.
RETENTLY_UNSUBSCRIBE_CUSTOMERSAcciónUnsubscribe customers from receiving surveys by providing their email addresses.
Parámetros de entrada
messagestringOpt out message.
subscribersobject[]ObligatorioAn array of subscriber emails.
Parámetros de salida
codeintegerObligatorioThe HTTP status code of the response.
dataobject[]ObligatorioA list of objects containing the email of the unsubscribed customer and a boolean flag indicating the unsubscribed status.
errorstringError if any occurred during the execution of the action
messagestringObligatorioA message indicating the result of the operation.
successfulbooleanObligatorioWhether or not the action execution was successful or not