Your data where you need it, when you need it

Webhooks let you subscribe to events happening in a software system and automatically receive a delivery of data to your server whenever those events occur.Webhooks are used to receive data as it happens, as opposed to polling an API (calling an API intermittently) to see if data is available. With webhooks, you only need to express interest in an event once when creating the webhook.Webhooks are used in a wide range of scenarios, including:

  • Send an invoice when a deal is closed (e.g. by connecting with Stripe, Xero or QuickBooks)
  • Send a contract signature request when a deal is closed (e.g. by connecting with PandaDoc)
  • Add new contacts to a newsletter (e.g. by connecting with Mailchimp or Beehiiv)
  • Create a new project to manage client onboarding when a deal is won (e.g. by connecting with Asana or Monday)
  • Synchronize data with an external system of record (e.g your own app)

Learn more