Skip to main content

About Webhooks

Webhooks allow you to set up integrations that subscribe to specific events. They send data about Nautical activities to other services for further processing.

When you set up a webhook, you must configure the URL endpoint to receive payload data. Event payloads are automatically generated based on certain actions like creating an order or completing a payment.

Webhooks use a POST request to send data to your chosen endpoint. The x-nautical-event HTTP header indicates the triggering event.

Was this page helpful?