Skip to main content

Webhooks

Webhooks connect applications and services in real time, enabling automatic data exchange and triggering actions based on specific events. Use webhooks to automate status updates and send release notes without manual intervention.

Status auto-update

Update Idea statuses automatically based on your production environment. Sometimes a tracker status "Done" doesn't mean the task is released on prod—that's why webhooks work with Status Auto-Update Rules. Only after the release will the Idea move to Done status. You don't need to manage it manually.

Status auto-update webhook configuration

Release notes automation

Send release notes automatically after a deployment. Set up the webhook once, and release notes will be sent after the triggered event. This ensures consistency and accuracy in content and format, reducing the risk of errors or omissions.

Release notes webhook settings

You can create as many webhooks as you need for different events and integrate them with CI tools, Slack, and other automation platforms. For example, create separate webhooks for status updates and for sending release notes. All conditions are set in your CI tool.

Multiple webhook integrations with CI tools

Create a webhook

  1. Go to Organization settings.

    Organization settings menu
  2. Click + New Webhook.

    New Webhook button
  3. Give it a name and description, then click Save.

    Webhook name and description form
  4. Copy the Webhook URL and paste it into your CI/CD tool (e.g., Bamboo, Jenkins).

    Webhook URL field

After you've created the webhook, use it to automate Voting Idea status updates and schedule release notes automatically.

Last updated: Jan 6, 2026