Webhook API
Use this section when you need documentation about webhook api in Orkes Conductor.
Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.
Quick reference
Use this webhooks API when you need to manage webhooks from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.
| Endpoint | Description |
|---|---|
POST /api/metadata/webhook |
Create Webhook |
PUT /api/metadata/webhook |
Update Webhook |
GET /api/metadata/webhook/{id} |
Get Webhook by ID |
DELETE /api/metadata/webhook/{id} |
Delete Webhook |
GET /api/metadata/webhook |
Get All Webhooks |
PUT /api/metadata/webhook/{id}/tags |
Add Tags to Webhook |
GET /api/metadata/webhook/{id}/tags |
Get Tags from Webhook |
Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.
Recommended path
If you are unsure where to begin, start with Create Webhook, Update Webhook, Get Webhook by ID, Delete Webhook, Get All Webhooks. These pages cover the most common entry points for this section.
When to use this section
Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.