To learn more, visit the Delighted documentation.

Basic Parameters

ParameterDescription
EmailThe email of the person to retrieve.
Phone NumberThe phone number of the person to retrieve.The phone number format must be E.164 (e.g. +17132746524).
SinceAn optional filter to restrict the list to people created on or after this time.
UntilAn optional filter to restrict the list to people created on or before this time.

Advanced Parameters

ParameterDescription
LimitNumber of results to return per page. The max is 100.

Example Output

[    {        "id": "1",        "email": "gabriel.larson@simsarnold.com",        "name": "Gabriel Larson",        "created_at": 1723546098,        "phone_number": "+17132746524",        "last_sent_at": 1725187698,        "last_responded_at": 1725792498,        "next_survey_scheduled_at": 1734090498    }]

Workflow Library Example

List People with Delighted and Send Results Via Email

Preview this Workflow on desktop