Skip to content
Docs · Feedback in · 3 min

Automations

Send feedback events to the tools your team already works in — urgent alerts, pipeline notifications and handoffs.

Event → Webhook → Your tool

01Where to set them up

Settings → Automations.

02What can trigger one

EventWhen it fires
Feedback receivedA new item is imported from any source
Priority createdA new priority group is detected
Priority updatedA priority's rank or score changes significantly
Spec generatedA new spec is created for a priority
Feature shippedA spec is marked as Shipped

03Where it sends

Each automation POSTs to a webhook URL you choose. Post urgent feedback to Slack, open a Jira ticket when a spec is generated, notify Linear when a feature ships, or trigger a Zapier or Make workflow.

04What arrives

A POST with a JSON body. The data block varies by event type, but every payload carries the event name, a timestamp and the workspace id.

{
  "event": "spec.created",
  "timestamp": "2026-03-24T09:00:00Z",
  "workspace_id": "ws_abc123",
  "data": { ... }
}
annsa

Start building from signal.

Solo-founded in Sydney in 2025. Launched February 2026.