← Tools Reference

Retently

Retently integration (Marketing, Data). Imported from open-connector.

API key9 toolshttps://app.retently.com
GET
retently_get_account_status
Get Retently account identity, plan, survey credit, and usage counters for the authenticated API key.

/api/v2/ping

GET
retently_list_customers
List Retently customers with optional email, pagination, sorting, date range, and attribute filters.

/api/v2/customers

8 parameters
ParamTypeRequiredDescription
emailstringoptionalFind a customer by email address.
pageintegeroptionalThe current page number. Retently defaults to page 1.
limitintegeroptionalThe maximum number of items to return. Retently allows up to 1,000.
sortstringoptionalThe Retently sort option. Prefix the field with '-' for descending order.
startDatestringoptionalThe date boundary as an ISO timestamp or UNIX timestamp accepted by Retently.
endDatestringoptionalThe date boundary as an ISO timestamp or UNIX timestamp accepted by Retently.
attributesarrayoptionalRetently customer property filters.
matchstringoptionalHow Retently should combine multiple attribute filters.
GET
retently_get_customer
Get a Retently customer by customer ID.

/api/v2/customers/{customerId}

1 parameter
ParamTypeRequiredDescription
customerIdstringrequiredThe Retently customer ID.
GET
retently_list_feedback
List Retently survey feedback responses with optional customer, campaign, pagination, date, and attribute filters.

/api/v2/feedback

10 parameters
ParamTypeRequiredDescription
emailstringoptionalSearch feedback responses by customer email address.
customerIdstringoptionalSearch feedback responses by Retently customer ID.
campaignIdstringoptionalFilter feedback responses by Retently campaign ID.
pageintegeroptionalThe current page number. Retently defaults to page 1.
limitintegeroptionalThe maximum number of items to return. Retently allows up to 1,000.
sortstringoptionalThe Retently sort option. Prefix the field with '-' for descending order.
startDatestringoptionalThe date boundary as an ISO timestamp or UNIX timestamp accepted by Retently.
endDatestringoptionalThe date boundary as an ISO timestamp or UNIX timestamp accepted by Retently.
attributesarrayoptionalRetently customer property filters.
matchstringoptionalHow Retently should combine multiple attribute filters.
GET
retently_get_feedback
Get a Retently feedback response by feedback ID.

/api/v2/feedback/{feedbackId}

1 parameter
ParamTypeRequiredDescription
feedbackIdstringrequiredThe Retently feedback ID.
GET
retently_list_templates
List Retently survey templates.

/api/v2/templates

GET
retently_get_template
Get a Retently survey template by template ID, including survey questions when Retently returns them.

/api/v2/templates/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe Retently template ID.
GET
retently_list_campaigns
List Retently survey campaigns.

/api/v2/campaigns

POST
retently_upsert_customers
Create or update Retently customers in bulk, including tags, properties, and fields to unset.

/api/v2/customers

1 parameter
ParamTypeRequiredDescription
subscribersarrayrequiredRetently customers to create or update.