Skip to main content
Outbound Destinations

Outbound Destinations

Configure where extracted items are sent after processing. Outbound destinations receive tasks, decisions, or risks based on your routing rules or direct publish actions.

Available Destinations

  • Slack Incoming Webhook — send items to a Slack channel via webhook URL
  • ClickUp — publish tasks directly to a ClickUp list
  • GitHub Issues — create issues from extracted tasks
  • Linear — create Linear issues from extraction output
  • Notion — add items to a Notion database
  • Asana — create tasks in an Asana project
  • Jira — create issues in a Jira project
  • Signed HTTP Webhook — send items to any HTTPS endpoint with signature verification

Setting Up Destinations

Configure outbound destinations in Settings → Outbound Preferences. For each destination, provide the required credentials or webhook URL. Plan restrictions may limit the number of active outbound destinations.

Integration Webhook

The integration webhook is a dedicated HTTPS endpoint that receives extraction.completed events. Configure it in Settings with your destination URL. Extraktr signs each payload with a secret so you can verify authenticity.

{
  "event_type": "extraction.completed",
  "event_version": "1",
  "occurred_at": "2026-03-29T12:00:00Z",
  "request_id": "req_abc123",
  "source_surface": "website",
  "authenticated": true,
  "result": {
    "summary_present": true,
    "task_count": 5,
    "decision_count": 2,
    "risk_count": 1
  }
}
Outbound destinations are personal preferences. Each workspace member configures their own destinations. Plan limits may restrict the number of concurrent outbound destinations or monthly sends.

Still have questions?

Reach out to our team or start extracting to see the platform in action.