owner / adminmt_
What you get
Each endpoint is a named HTTPS URL that Macro calls when any of its selected triggers fire. Every delivery includes Macro metadata headers, an HMAC signature, and a JSON body you control with payload modes.
- Triggers — subscribe to one or many event types (OR semantics)
- Signing secret —
whsec_…for verifying authenticity - Delivery log — status, retries, request/response bodies, resend
- Test send — fire
webhook.testwithout waiting for a real event
Typical uses
Invalidate CDN or rebuild on content.published.
Ops alertsNotify Slack/Discord when domains go active or team roles change.
CI / automationCreate endpoints via Management API with settings.webhook:write.
Verify safelyCheck X-Macro-Signature with a 5-minute replay window.
Guides in this group
Create an endpoint
Name, URL, triggers, and secret — step-by-step.
Pick events
Full catalog of available vs coming-soon triggers — event catalog.
Shape the body
Envelope, message-only, or custom templates — payload & envelope.
Operate
Signing, delivery retries, presets, and API — continue with the links below.