Publication Webhook

The publication webhook is executed whenever a new version of the ABlyft script (snippet) is available.
A POST request is then sent to the specified URL.

On this page

Payload of the POST Request

The following parameters are available in the POST (here with sample data).
Under "headers" as "user agent" ABlyft Publication Webhook can be found.

[
    "project_id" => 12345678,
    "snippet_revision" => 123,
    "snippet_script" => [JAVASCRIPT]
]

[JAVASCRIPT] corresponds to the snippet, which is also available via the CDN.