Occurs when a Panelist doesn't want to receive survey invitations anymore.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Contact |
The contact who has choosen not to receive any emails from you anymore. |
OptOut | |
| 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 |
{
"Contact": {
"DateOptOut": "2025-11-01T11:07:14.0877333Z",
"SurveyParticipation": "sample string 2",
"OptoutSourceId": 64,
"LangCode": "en",
"Surveys": [
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-11-01T11:07:14.0907394Z",
"PanelistReportUrl": "sample string 5"
},
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-11-01T11:07:14.0907394Z",
"PanelistReportUrl": "sample string 5"
}
],
"Groups": [
{
"GroupId": 2,
"Name": "sample string 3"
},
{
"GroupId": 2,
"Name": "sample string 3"
}
],
"ContactId": 3,
"FirstName": "John",
"LastName": "Doe",
"Email": "john.doe@mail.com",
"CustomField1": "sample string 4",
"CustomField2": "sample string 5",
"CustomField3": "sample string 6",
"CustomField4": "sample string 7",
"CustomField5": "sample string 8",
"CustomField6": "sample string 9",
"CustomField7": "sample string 10",
"CustomField8": "sample string 11",
"CustomField9": "sample string 12",
"CustomField10": "sample string 13",
"CustomField11": "sample string 14",
"CustomField12": "sample string 15",
"CustomField13": "sample string 16",
"CustomField14": "sample string 17",
"CustomField15": "sample string 18",
"CustomField16": "sample string 19",
"CustomField17": "sample string 20",
"CustomField18": "sample string 21",
"CustomField19": "sample string 22",
"CustomField20": "sample string 23",
"Street": "Main Street",
"HouseNumber": "123",
"Suite": "B",
"PostalCode": "98765-4321",
"City": "Anytown",
"State": "CA",
"Province": "Orange County",
"Phone": "+1-202-555-0117",
"CountryId": "US",
"Gender": "M",
"DateOfBirth": "2025-11-01T11:07:14.0897371Z",
"IsBounced": true,
"IsOptedOut": true
},
"WebhookId": 1,
"EventName": "sample string 2"
}