Webhook Callback Payload - Vessel Schedule

When PortConnect detects an event that matches your subscription, it will send an HTTP POST to your specified end point.  Event matching happens when new events are processed into the PortConnect system

For testing purposes, you may find it useful to create a webhook uri using Request Bin or similar. This allows you to easily view the webhook payload.

Example

Multiple events may be returned in a single payload, as in this example:

[ { "lloydNumber": 9714252, "partnerPortCode": NZAKL, "subscriptionEventId": 63562, "subscriptionId": 85, "subscriptionVesselScheduleId": 42, "userDefinedReference": null, "vesselName": HUNAN, "vesselRef": MCH4336, "vesselScheduleEventDatetime": 2022-02-06T07:00:00+13:00, "vesselScheduleEventLocation": null, "vesselScheduleEventTypeCode": VESSELETACHANGED, "wharfType": null } ]

Example Callback Email

Emails are sent with a table containing the most valuable data from the event, and an attachment containing the JSON payload of all the details.

© PortConnect 2023