Webhooks Routines
This section contains helper routines that you can use when writing a SIL script for Webhooks. Getting the input from the calling client and returning the answer to the caller is done by using these routines.
Routines Summary
- appendToWebhookResponse — Adds an object to the response that will be returned to the Webhook caller, as the HTTP body.
- getWebhookPayload — Gets the Webhook payload from the calling client.
- addWebhookResponseHeader — Adds an HTTP header to the response that will be returned to the Webhook caller.