Webhooks

Webhooks allow external services to be notified when certain events happen. When the specified events happen, we’ll send a POST request to each of the URLs you provide.

Webhooks are user-defined HTTP callbacks. They are triggered by some event in a web application and can facilitate integrating different applications or third-party APIs, like Microsoft Project, Smart Sheets, or even social networking applications.

Add a Webhook

When creating a webhook, you are specifying a payload, that is the message and data, that is sent when the triggering event is met. To add a webhook:

  1. Click the Add a Webhook button

  2. Enter the following:

Was this helpful?