I’m on an older version of the Dashboard. Can I still access documentation relevant to it?

Absolutely! Previous versions of the documentation are preserved and available. For sustainability documentation, please refer to legacy.docs.deck.co Note: If you don’t read the relevant documentation for your Dashboard, some functions in the documentation may not appear to work correctly, or things may become confusing. Be sure to refer to the documentation version that was written for your specific product.

Do I need a different webhook URL for each Job?

No, not at all. A single webhook URL should be sufficient for all your Jobs. If you want to differentiate between your webhooks, the webhook_code output will always be the same as the Job which sent the webhook, and the environment output will further narrow it down to sandbox or production. That being said, we support custom URLs when calling the Create a Link Token API endpoint.

Can I customize the headers in the webhooks?

To maintain simplicity, enhance predictability, and reduce maintenance overhead, we currently do not support custom headers for webhooks. However, if the intent for the custom header is to verify the authencity of the webhook, we do support HMAC signatures within the headers. Please refer to Webhooks and HMAC for more details.