Delighted integration (Marketing, Data). Imported from open-connector.
https://api.delighted.com/v1/people.json
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Email address of the person. | |
| phone_number | string | optional | Phone number in E.164 format. The value must start with a plus sign followed by… |
| channel | string | optional | Survey channel used to send the request. The default is email. |
| name | string | optional | Name of the person. |
| delay | integer | optional | Amount of seconds to wait before sending the survey request. |
| properties | object | optional | Custom properties associated with the person. |
| send | boolean | optional | Set to false to create or update the person without sending a survey. |
| last_sent_at | integer | optional | Unix timestamp in seconds. |
| email_update | string | optional | New email address used to update an existing person. |
| phone_number_update | string | optional | Phone number in E.164 format. The value must start with a plus sign followed by… |
/people.json
| Param | Type | Required | Description |
|---|---|---|---|
| per_page | integer | optional | Number of results to return per page. The default is 20. The maximum is 100. |
| since | integer | optional | Unix timestamp in seconds. |
| until | integer | optional | Unix timestamp in seconds. |
| string | optional | Email address of the person. | |
| phone_number | string | optional | Phone number in E.164 format. The value must start with a plus sign followed by… |
| page_info | string | optional | Opaque pagination cursor returned in the Link header of a previous response. |
/unsubscribes.json
| Param | Type | Required | Description |
|---|---|---|---|
| per_page | integer | optional | Number of results to return per page. The default is 20. The maximum is 100. |
| page | integer | optional | The page number to return. The default is 1. |
| since | integer | optional | Unix timestamp in seconds. |
| until | integer | optional | Unix timestamp in seconds. |
/bounces.json
| Param | Type | Required | Description |
|---|---|---|---|
| per_page | integer | optional | Number of results to return per page. The default is 20. The maximum is 100. |
| page | integer | optional | The page number to return. The default is 1. |
| since | integer | optional | Unix timestamp in seconds. |
| until | integer | optional | Unix timestamp in seconds. |
/unsubscribes.json
| Param | Type | Required | Description |
|---|---|---|---|
| person_email | string | optional | Email address of the person. |
/people/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Unique identifier of the person. |
| string | optional | Email address of the person. | |
| phone_number | string | optional | Phone number in E.164 format. The value must start with a plus sign followed by… |
/survey_responses.json
| Param | Type | Required | Description |
|---|---|---|---|
| per_page | integer | optional | Number of results to return per page. The default is 20. The maximum is 100. |
| page | integer | optional | The page number to return. The default is 1. |
| since | integer | optional | Unix timestamp in seconds. |
| until | integer | optional | Unix timestamp in seconds. |
| updated_since | integer | optional | Unix timestamp in seconds. |
| updated_until | integer | optional | Unix timestamp in seconds. |
| trend | string | optional | Trend identifier restricting responses to a specific trend. |
| person_id | string | optional | Unique identifier of the person. |
| person_email | string | optional | Email address of the person. |
| order | string | optional | Sort order for responses based on creation time or updated_at. |
| expand | array | optional | Objects to expand in the survey response payload. The default is notes. |
/metrics.json
| Param | Type | Required | Description |
|---|---|---|---|
| since | integer | optional | Unix timestamp in seconds. |
| until | integer | optional | Unix timestamp in seconds. |
| trend | string | optional | Trend identifier restricting metrics to a specific trend. |
| groups | array | optional | Metric groups to return. The default is core. |