Feature since v1.9.0
Configurable HTTP Methods
Each webhook can send requests as GET, POST, PUT, PATCH, or DELETE.
$
The HTTP method is configurable per webhook. POST is the default. GET and DELETE requests have no body — the payload is sent as query parameters instead (or as `?payload=` JSON-encoded fallback if no params are configured). POST, PUT, and PATCH send a JSON body with `Content-Type: application/json`.
/ Related
Ready Stop losing webhooks.
Stop losing webhooks.
Start logging them.
$ wp plugin install flowsystems-webhook-actions --activate