Payload shaping event
Delivered when a payload_shaping function applies its JMESPath expressions to reshape an input payload. The reshaped result is in transformedContent.
For signing-secret setup and retry semantics that apply to every variant, see the Webhooks overview.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Example Requests
Emitted by payload_shaping functions, which restructure JSON payloads
using JMESPath expressions configured on the function. The shaped result
is carried in transformedContent.
/payload-shapingSee also
- Webhooks overview — envelope, signing, retries
- Webhooks guide — subscribe, receive, verify