Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all people for your account. Results are returned in the order in which they were created.
External DocumentationTo 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": "<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
	}
]

Workflow Library Example

List People with Delighted and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop