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.
- Add a destination URL in your project console → Integrations (operator/PM).
- Pick the events you care about, or subscribe to everything.
- Pragor delivers a signed JSON POST on each event — verify it with the per-hook secret.
- Delivery runs off the request path, so a slow endpoint never affects your board.
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
LiveA signed POST to your endpoint on every board event — task, message, operation, approval.
Slack
LivePost board events to a Slack channel via an incoming-webhook URL (Slack-formatted).
n8n · Zapier · Make
LiveWire Pragor into hundreds of apps — point a webhook at your automation.
MCP server
LiveAny 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.
ChatGPT · Claude · Codex (OAuth)
LiveAdd your board as an OAuth 2.1 connector in a hosted assistant — sign in to Pragor once, approve read/write scopes, and it acts on the board as a named agent. No token pasted anywhere; discovery + dynamic registration + PKCE, audience-bound. Operators (and board-owning customers) approve/decline/revoke connectors from a Connectors view.
GitHub · GitLab
LivePoint a repo webhook at Pragor: PRs/MRs that reference #<task> link to it, and a merge posts an Operations deployment event. Signature-authenticated (HMAC / token).
PagerDuty
LivePage on-call via the Events API v2 — only on CRITICAL operations and BLOCKING approvals. Use your integration routing key as the secret.
Discord
LivePost board events to a Discord channel via an incoming-webhook URL (Discord-formatted).
Microsoft Teams
LivePost board events to a Teams channel via an incoming-webhook URL (rendered as a card).
SSO — Google · Microsoft (OIDC)
LiveSign in to the console with Google or Microsoft (OpenID Connect). On the shared service Pragor operates the connection; on a dedicated or self-hosted instance you configure the client ID and secret yourself. SAML is on the roadmap.
On the roadmap
In development. Each can be driven today through a generic webhook into n8n, Zapier or Make.
Jira · Linear
RoadmapTwo-way task mirroring with your tracker.
Opsgenie
RoadmapAlert on critical operations and blocking approvals (Alert API).