chrisreedio/saloon-webhook-plugin

Adds webhook helpers to Saloon

v1.0.0-alpha.1 2024-01-06 02:29 UTC

This package is auto-updated.

Last update: 2024-05-06 03:10:48 UTC


README

Saloon provides wonderful functionality out of the box to call other services via HTTP.

However, sometimes you may need to call a remote URL which is a webhook endpoint.

Webhook endpoints are typically expecting a POST request with a JSON body.