> For the complete documentation index, see [llms.txt](https://docs.zaui.com/webhooks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zaui.com/webhooks/event-data-payloads/package-data.md).

# Package Data

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

{% hint style="info" %}
The Package Data model is delivered on: **Creation, Amendment or Removal**

`eventNotificationGroupId`: **800**

`eventNotificationTypeId`: 800 or 801 or 802 (Create, Amend or Cancel)
{% endhint %}

```javascript
{
    "eventData": {
        "packageData": {
            "packageId": "21",
            "packageName": "Fly Whales Fly"
        }
    },
    "eventNotificationCompanyIdentifier": "b6589fc6ab",
    "eventNotificationCompanyName": "North Shore Seaplanes",
    "eventNotificationDateTime": "2021-02-04 13:42:40",
    "eventNotificationGroupId": "800",
    "eventNotificationId": "8",
    "eventNotificationIpAddress": "66.183.253.14",
    "eventNotificationName": "package create",
    "eventNotificationSystem": "support",
    "eventNotificationType": "Package Created",
    "eventNotificationTypeId": "800"
}
```
