Inbound render trigger
Webhooks
Inbound render trigger
Inbound webhook trigger authenticated by the per-template token in the
URL. The JSON body becomes the variable input for a render. Optional
HMAC verification: if the x-craftkit-signature header is present it must
be the hex HMAC-SHA256 of the raw body using the template’s
inboundSecret. Not bearer-authed.
POST
Inbound render trigger
Headers
Optional hex HMAC-SHA256 of the raw request body, keyed by the template inbound secret.
Path Parameters
The template's inbound webhook token.
Body
application/json
Variable input matching the template's manifest.