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 read the documentation that was written for your specific use-case.

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, their webhook_code output will always be the same as the Jobs which sent them. Note: At this time, our system is designed to support only one webhook URL per organization, and attempting to configure more than one will not function as intended. That being said, we understand the value this feature could bring, and we’re actively exploring the possibility of supporting multiple webhook URLs in future updates.

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.