strapi-plugin-webhooks

1.0.0 • Public • Published

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.*"]

Readme

Keywords

none

Package Sidebar

Install

npm i strapi-plugin-webhooks

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.09 kB

Total Files

13

Last publish

Collaborators

  • joshwnj