Definition

Panelist.Bounced

Occurs when an email to a Panelist bounced.

Required roles: Contacts (read)

Request information


NameDescriptionTypeAdditional information
Email

The bounced email address

string

BounceType

The reason why the email address bounced. This data is delivered to you as it is delivered to us by the email provider.

string

WebhookId

The id of the webhook which triggered this request

integer

EventName

The EventName which triggered this request

string

Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.

Hateoas

Sample:
{
  "Email": "sample string 1",
  "BounceType": "sample string 2",
  "WebhookId": 3,
  "EventName": "sample string 4"
}