Best Practices

Best practices to adhere to when using Sourcehub notification webhooks.

Delivery Attempts and Retries

Every event that receives a non-2xx response is considered an event delivery failure by Sourcehub's system. If there is a delivery failure, we retry the delivery in exponential backoff policy.

Event Handling

Correct handling of webhook events is crucial to ensuring your integration's business logic works as expected. You will receive the webhook secret in response header named 'token'.

Page Overview