Skip to content

Webhook Configuration

To create a webhook, visit the Integration Hub and select the organisation you wish to configure. Navigate to the Webhooks page to manage webhooks for your organisation.

EnvironmentIntegration Hub URL
Productionintegrations.mobiledock.com
Stagingintegrations.staging.mobiledock.com

When creating a webhook, configure the following:

SettingDescription
NameThe name of your webhook
Description (optional)A description of your webhook
Webhook URLThe URL that Mobiledock will send events to
Headers (optional)Custom headers added to each webhook request. All custom headers must be prefixed with x-, except for Authorization which does not require a prefix
Booking EventsWhich booking events should trigger the webhook
Status EventsSpecific statuses that should trigger the webhook
Include HistoryWhether the payload should contain the booking history
Include CommentsWhether the payload should contain the booking comments
Failure Notification Emails (optional)Email addresses that receive a notification if the webhook fails

Custom headers let you authenticate incoming webhooks on your server. Common patterns:

  • Set an Authorization header with a shared secret
  • Set an x-webhook-secret header for verification