Introduction
Webhooks allow you to receive event-specific notifications by subscribing to Salesloft events.
Salesloft webhooks provide an easy way to be notified about changes to your Salesloft instance data. When one of Salesloft's events is triggered, we send a HTTP POST payload to the webhook subscription's configured URL. Webhooks subscriptions are made on behalf of a team. Once installed, the webhook will be triggered each time one or more subscribed events occurs.
To subscribe to an event, you may use the Webhook Subscriptions API endpoints with a valid Oauth token or API key.
Retry Logic
A failing webhook is retried three additional times, spaced 15 seconds apart, before being marked as failed.