Learn how to set up and configure a Webhook module in GBG GO.
context.config
:
Field | Type | Required | Description |
---|---|---|---|
previewUrl | string | yes | The URL where webhook notifications are sent when testing in the preview environment. |
productionUrl | string | yes | The URL where webhook notifications are sent in the production environment. |
message | string | optional | Custom message text to include in the webhook payload. Only sent when includeMessage is true . |
includeMessage | boolean | optional | Set to true to include a custom. |
journey/start
endpoint should include:
username
and password
with your actual authentication credentials.