Integrations

Push Orqit events to your systems

Subscribe to operational events and fan them into automation, chat, or data pipelines.

Overview

Webhooks provide limited, practical outbound event delivery—not a fake MCP server.

Audience

Who this is for

  • Platform engineers
  • MSP automation teams
  • Integration admins
Challenges

Problems we address

  • Polling lag Integrations should react when work changes, not every few minutes.
Context

How Orqit approaches this

Register endpoints, verify payloads, and keep downstream systems in sync when Orqit work changes state.

Capabilities

Platform capabilities

Outbound event hooks for near-real-time integrations.

Event subscriptions

Register endpoints for selected event types.

HMAC signatures

Verify X-Orqit-Signature on every delivery.

Managed via API

Create/list/deactivate subscriptions with webhooks:manage scope.

Details

In depth

Public event catalog

EventWhen it firesTypical payload keys
`ticket.created`A ticket is created via public API (and other dispatch points that emit this event)`ticket`
`ticket.updated`A ticket is updated`ticket`
`asset.created`An asset is created`asset`
`task.updated`A project task is updated`task`

Subscription API

  • `GET /api/public/v1/webhooks` — list active subscriptions (`webhooks:manage`)
  • `POST /api/public/v1/webhooks` — body `{ "url", "secret", "events": ["ticket.created", ...] }`
  • `DELETE /api/public/v1/webhooks/{id}` — deactivate

Signature verification

Deliveries include an HMAC signature header (`X-Orqit-Signature`). Recompute the digest with your subscription secret and reject mismatches.

Machine-readable spec

FAQ

Common questions

Which events are public today?

ticket.created, ticket.updated, asset.created, and task.updated.

Are Slack/Teams notifications the same as public webhooks?

No. Collaboration hubs may use additional internal domain events. Public webhook subscriptions use the event list above.

Next step

Ready to modernize IT operations?

Launch a pilot workspace or book a walkthrough — with estimated seat savings versus legacy suites, plus 24/7 support.