Slack interactive actions
POST /api/v1/webhooks/slack/actions receives approve/reject button
clicks from an approval notification. Configure your Slack app’s
Interactivity request URL to point at this endpoint; MAEL verifies the
request signature before processing anything.
WordPress webhook receiver
POST /api/v1/webhooks/wordpress/{tenant_id} accepts WordPress-side
events for a specific tenant’s connected site — signature-verified the
same way.
Building your own outbound notifications today
Until outbound webhooks ship, pollGET /api/v1/workflows/runs/{run_id}
or GET /api/v1/workflows/approvals on whatever interval your integration
needs — both are cursor-paginated and cheap to poll.