External DocumentationTo learn more, visit the Delighted documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List People with Delighted and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| The email of the person to retrieve. | |
| Phone Number | The phone number of the person to retrieve. The phone number format must be E.164 (e.g. +17132746524). |
| Since | An optional filter to restrict the list to people created on or after this time. |
| Until | An optional filter to restrict the list to people created on or before this time. |
| Parameter | Description |
|---|---|
| Limit | Number of results to return per page. The max is 100. |
[
{
"id": "<string>",
"name": null,
"email": "<string>",
"created_at": 1668988085,
"last_sent_at": 551383419,
"last_responded_at": null,
"next_survey_scheduled_at": null
},
{
"id": "<string>",
"name": null,
"email": "<string>",
"created_at": 1552769615,
"last_sent_at": 1438396628,
"last_responded_at": null,
"next_survey_scheduled_at": null
}
]
Was this page helpful?