Skip to content

A slightly better version of strapi's built-in webhooks.

Notifications You must be signed in to change notification settings

x-team/strapi-plugin-webhooks

Repository files navigation

Strapi plugin webhooks

A slightly better version of strapi's built-in webhooks.

Events

To subscribe to events you must specify the model and the event types your webhook is interested in, in the format ${model}.${event}. Eg:

["company.create"]

A wildcard can be used to subscribe to all events of a model. Eg:

["company.*", "contact.*"]

About

A slightly better version of strapi's built-in webhooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published