Skip to content

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

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages