Retently integration (Marketing, Data). Imported from open-connector.
https://app.retently.com/api/v2/ping
/api/v2/customers
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Find a customer by email address. | |
| page | integer | optional | The current page number. Retently defaults to page 1. |
| limit | integer | optional | The maximum number of items to return. Retently allows up to 1,000. |
| sort | string | optional | The Retently sort option. Prefix the field with '-' for descending order. |
| startDate | string | optional | The date boundary as an ISO timestamp or UNIX timestamp accepted by Retently. |
| endDate | string | optional | The date boundary as an ISO timestamp or UNIX timestamp accepted by Retently. |
| attributes | array | optional | Retently customer property filters. |
| match | string | optional | How Retently should combine multiple attribute filters. |
/api/v2/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customerId | string | required | The Retently customer ID. |
/api/v2/feedback
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Search feedback responses by customer email address. | |
| customerId | string | optional | Search feedback responses by Retently customer ID. |
| campaignId | string | optional | Filter feedback responses by Retently campaign ID. |
| page | integer | optional | The current page number. Retently defaults to page 1. |
| limit | integer | optional | The maximum number of items to return. Retently allows up to 1,000. |
| sort | string | optional | The Retently sort option. Prefix the field with '-' for descending order. |
| startDate | string | optional | The date boundary as an ISO timestamp or UNIX timestamp accepted by Retently. |
| endDate | string | optional | The date boundary as an ISO timestamp or UNIX timestamp accepted by Retently. |
| attributes | array | optional | Retently customer property filters. |
| match | string | optional | How Retently should combine multiple attribute filters. |
/api/v2/feedback/{feedbackId}
| Param | Type | Required | Description |
|---|---|---|---|
| feedbackId | string | required | The Retently feedback ID. |
/api/v2/templates
/api/v2/templates/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateId | string | required | The Retently template ID. |
/api/v2/campaigns
/api/v2/customers
| Param | Type | Required | Description |
|---|---|---|---|
| subscribers | array | required | Retently customers to create or update. |