tds.206-ab.done event, you will receive a webhook notification each time your 206AB job is completed.
Configuring Webhooks
You can configure your webhook URL, subscribed events, and secret key directly on Sandbox. Once configured, Sandbox will automatically deliver event notifications to your specified endpoint.Here’s a guide on How to Configure Webhooks.
Validating Webhooks
If the Webhook secret is defined, it is utilized to generate a hash signature for each payload. The secret is a user-determined string chosen during the configuration of Webhook Notifications. With each request, this hash signature is passed under thex-sandbox-signature in the request header using base64 encoding that can be validated at your end by reproducing the same hash key using the HMAC-SHA256 algorithm.