Skip to content

Setting up a webhook

You can have as many webhooks as you want on your Yetto organization, but each URL must be unique.

Configure the webhook in Yetto

To set up your webhook:

  1. Go to the settings page of the organization where you'd like to set up the webhook.
  2. Click the Webhooks link in the left sidebar.
  3. Click "Add webhook".
  4. On the following screen, copy the signing secret that we show you. It will not appear if you revisit this page, so be sure to copy it and save it somewhere safe (such as LastPass or 1Password) before doing anything else.
  5. Did you save the signing secret? If not, do that now.
  6. Enter the URL of the endpoint you set up with your backend application or service in the "Webhook URL" field.
  7. Click the "Test" button to send a test request to your endpoint. This request includes a challenge value that must be returned within three seconds in order to continue.
  8. Once the challenge is returned on time and correctly, you can select whichever events you want sent to you.
  9. Click the "Create webhook" button to complete the setup process.

You're done! Now when events occur in Yetto on your org, your server will receive a payload of information about it.