listRecipients( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of recipients for a selected campaign based on a specific recipient activity.

Pages are returned with a maximum of 1,000 recipients per page and defaults to 40 recipients per page.

Use List Statistics to retrieve a list of activity for selected campaigns. Use List Campaigns to retrieve additional information for your campaigns.

If no activity is included, this endpoint returns an error.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Email Marketing
Read Email Marketing
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
campaignIdstringRequired

Campaign ID.


activityRecipientsActivityEnumRequired

Required. Email activity to filter for. One of:

  • 'DELIVERED'
  • 'OPENED'
  • 'CLICKED'
  • 'BOUNCED'
  • 'NOT_SENT'

optionsListRecipientsOptions

Options to use when getting the list of recipients.

Returns
Return Type:Promise<ListRecipientsResponse>
Did this help?