Skip to content
Browse docs
Docs / Feedback in

Automations

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

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": { ... }
}

05How do you automate customer feedback collection?

Connect a source and it runs without you. Slack channels are polled every 10 minutes, surveys post as people answer, and Google Sheets syncs on a schedule. Automations then push what arrives onward — a webhook per event into Slack, Jira, Linear or Zapier.

Next guideSlack