Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →

webhook

Receives DB change events, finds active subscriptions by site and table, and dispatches a Temporal workflow asynchronously.

POST/api/workflow/webhook

Body Parameters

None required.

Example Request

curl -X POST "https://api.makinari.com/api/workflow/webhook" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ }'
Last updated on