Module json

Module json 

Source
Expand description

JSON - generic structured webhook payload

Sends a stable JSON object with an events array for generic webhook consumers

§Example

webhooks:
  my_json:
    type: json
    url: "https://example.com/webhooks/autopulse"

See JsonWebhook for all options

Structs§

JsonWebhook