Skip to main content
Webhooks Asset
Use webhooks to get real-time notifications on events happening across your Ordinal workspace. With Ordinal webhooks, you can build custom integrations, such as:
  • Syncing post data to your CRM when content goes live
  • Auto-create Linear tickets based on changes in a post’s status
  • Sync approval workflows with your company’s existing compliance tooling
  • Trigger onboarding sequences in your own systems when new teammates accept invites
  • Feed campaign activity into custom executive dashboards
  • Building internal dashboards that track publishing activity across your team
In this guide, we’ll show you how to configure webhooks and document the available events you can listen to.

Managing webhooks

You can manage webhooks via the dashboard or the API. Dashboard: Navigate to Settings → Integrations → Webhooks to create, view, edit, and delete webhooks. API: The webhooks API supports full CRUD operations. All endpoints require API key authentication.

List webhooks

Response:

Create webhook

Response:
(Note: Create response omits description, headers, and createdBy; use Get for the full webhook object.)

Get webhook

Update webhook

Send only the fields you want to change. All request body fields are optional.

Delete webhook

Response:
See the Webhooks API reference for full request/response schemas, valid event types, and error handling.

Payload format

All webhook deliveries use the same envelope. The request body is JSON:
Your endpoint should respond with a 2xx status code to acknowledge receipt. See Event types for the full list of supported events and links to each payload schema.