LogoLogo
  • Event Driven Webhook Notifications API
  • Glossary
  • Getting Started
    • Getting Started
  • Events and Delivery
    • When is Data Delivered
    • Event Notification Object
  • Event Data Payloads
    • Booking Data
    • Customer Data
    • Account Data
    • Contact Data
    • Employee Data
    • Check In Data
    • Package Data
    • Activity Data
    • Product Data
    • Inventory Data
Powered by GitBook
On this page

Was this helpful?

  1. Event Data Payloads

Employee Data

Description of the employee data sent as payload to your endpoint.

The Employee Data model is delivered on: Creation, Amendment or Removal

eventNotificationGroupId: 500

eventNotificationTypeId: 500 or 501 or 502 (Create, Amend or Cancel)

{
    "eventNotificationCompanyIdentifier": "b6589fc6ab",
    "eventNotificationCompanyName": "North Shore Seaplanes",
    "eventNotificationDateTime": "2021-02-04 12:57:57",
    "eventNotificationGroupId": "500",
    "eventNotificationId": "5",
    "eventNotificationIpAddress": "66.183.253.14",
    "eventNotificationName": "employee create",
    "eventNotificationSystem": "support",
    "eventNotificationType": "Employee Creation",
    "eventNotificationTypeId": "500",
    "eventData": {
        "employee": {
            "accountId": "1",
            "accountName": "North Shore Group",
            "addressLine1": "Suite 423 119 W Pender",
            "addressLine2": {},
            "birthDate": "N/A",
            "city": "Vancouver",
            "country": "Canada",
            "department": "Marketing",
            "email": "steve@northshore.com",
            "employeeId": "604",
            "employeeType": "Marketing",
            "fax": "604-123-1234",
            "firstName": "Steve",
            "homePhone": "604-123-1234",
            "lastName": "Austin",
            "mobilePhone": "604-123-1234",
            "officePhone": "604-123-1234",
            "state": "British Columbia",
            "title": "Head Of Marketing",
            "username": "steve",
            "zipCode": "V6B1S5"
        }
    },
}

PreviousContact DataNextCheck In Data

Last updated 4 years ago

Was this helpful?