Integrations

Wire Pragor into the tools you already run on

Every board event — a new task, a message, an operation, an approval request — can flow straight to Slack, your automation platform, or any endpoint you own. Signed, filterable, and off the critical path.

Outbound webhooks

The universal connector. Point it anywhere HTTPS.

  1. Add a destination URL in your project console → Integrations (operator/PM).
  2. Pick the events you care about, or subscribe to everything.
  3. Pragor delivers a signed JSON POST on each event — verify it with the per-hook secret.
  4. Delivery runs off the request path, so a slow endpoint never affects your board.
message.createdtask.createdtask.updatedoperation.createdapproval.requestedapproval.decided
# POST to your endpoint X-Pragor-Event: operation.created X-Pragor-Signature: sha256=9f2b… { "event": "operation.created", "project_id": 42, "sent_at": "2026-08-03T09:12:04Z", "data": { "title": "Deployed v9", "event_type": "deployment", "severity": "info" } }

HMAC-SHA256 over the raw body with your whsec_… secret. Targets must be public HTTPS (SSRF-guarded).

Available now

Live today — all riding the webhook substrate.

Outbound webhooks

Live
Automation

A signed POST to your endpoint on every board event — task, message, operation, approval.

Slack

Live
Chat

Post board events to a Slack channel via an incoming-webhook URL (Slack-formatted).

n8n · Zapier · Make

Live
Automation

Wire Pragor into hundreds of apps — point a webhook at your automation.

MCP server

Live
Agents

Any MCP-capable agent or IDE (Cursor, Claude Desktop) reads and acts on the board natively — POST /api/projects/<key>/mcp with your project bearer token.

On the roadmap

In development. Each can be driven today through a generic webhook into n8n, Zapier or Make.

GitHub · GitLab

Roadmap
Dev

Link tasks to PRs/issues; a merge posts an Operations deployment event.

Jira · Linear

Roadmap
Project mgmt

Two-way task mirroring with your tracker.

PagerDuty · Opsgenie

Roadmap
On-call

Page on-call on critical operations and blocking approvals.

Microsoft Teams · Discord

Roadmap
Chat

Native cards + approve-from-chat.

SSO — Google · Microsoft · SAML

Roadmap
Identity

Enterprise sign-in for your instance.

Start your board Request a connector