How input is extracted:
POST/PUT/PATCHwith JSON body → body becomes the inputGET→ query parameters become the input- Default values are merged underneath (request data overrides)
Inbound HTTP webhook handlers
POST/PUT/PATCH with JSON body → body becomes the inputGET → query parameters become the input