DSV Webhooks API offers a efficient solution for real-time notifications and data updates from DSV services. By integrating this API into your systems, you can receive event-based notifications directly from DSV, keeping you informed about shipment updates, order changes, tracking information, and more.
Authentication and Access: To ensure secure access to DSV Webhooks API, it is essential to authenticate your requests using appropriate methods such as API keys or OAuth. Before getting started, make sure you have the necessary access permissions to register webhooks and receive webhook events.
Steps for Access:
- Create a DSV developer account on the DSV website. DSV Webhooks API Configuration Guide
- Enable webhooks for your account. Contact DSV via email and request the activation of webhooks for your developer account. They will guide you through the process.
- Use the URL generated by your Receive HTTPs listener. This URL serves as the endpoint for receiving webhook notifications.
Configuring Your Webhook
You can add a webhook to any flow at the bottom of the flow configuration screen.
- Under the Notifications tab, Click the green + button to add a new webhook.
- Enter the address where you would like the webhook to be delivered.
- Optionally: Enter an API Key that you would like the webhook to include as an "x-api-key" header on every request to your server
- Check the Success, Skip, Fail checkboxes to receive webhooks for successful flows, failed flows, skipped flows, or all.
- Don't forget to save the flow before leaving the screen.
Subscribe to Webhooks
You can subscribe to webhooks for successful flows, failed flows or both. You can use this feature to do the following:
- Showing the status of integrations to users within your application
- Opening internal help desk tickets for failures
- Retrieving attribute data from data tags generated by your trading partner's adapter
Comments
0 comments
Please sign in to leave a comment.