Definition

Panelist.Optout

Occurs when a Panelist doesn't want to receive survey invitations anymore.

Required roles: Contacts (read)

Request information


NameDescriptionTypeAdditional 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

Sample:
{
  "Contact": {
    "DateOptOut": "2024-04-16T07:52:19.6925335Z",
    "SurveyParticipation": "sample string 2",
    "OptoutSourceId": 64,
    "LangCode": "en",
    "Surveys": [
      {
        "SurveyId": 2,
        "Title": "sample string 3",
        "PanelistStatusId": 4,
        "DateAdded": "2024-04-16T07:52:19.6945405Z",
        "PanelistReportUrl": "sample string 5"
      },
      {
        "SurveyId": 2,
        "Title": "sample string 3",
        "PanelistStatusId": 4,
        "DateAdded": "2024-04-16T07:52:19.6945405Z",
        "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": "2024-04-16T07:52:19.6935468Z",
    "IsBounced": true,
    "IsOptedOut": true
  },
  "WebhookId": 1,
  "EventName": "sample string 2"
}