Close
    logoPlayHQ Webhook Documentation

    Webhook Structure

    Last update: 18 minutes ago by Nazar32Reading time: 2 min

    All webhooks will arrive as a POST request with a JSON body representing event metadata as well as a data payload specific to each event type The common properties are as follows:

    FieldTypeDescription
    messageIdstringThe unique identifier for the event message
    entityIdstringThe unique identifier for the record the event is regarding - Typically a UUID, but where entities do not natively have their own UUID a composite key will be provided instead
    eventRaisedDateTimestringWhen the event occurred within the platform - This is represented as an ISO 8601 string
    eventTypestringThe type of event being provided - Used to determine what data will be provided
    dataobjectThe data payload, which will vary in structure depending on the eventType
    Webhooks — Previous
    Webhook Security
    Next — Data Warehouse Integration Solution
    Merchandise Orders