# Install this plugin
    npm install @pinelab/vendure-plugin-webhook
    
    

Changelog for vendure-plugin-webhook

1.7.0 (2026-02-05)

  • Upgraded to Vendure 3.5.3

1.6.0 (2026-01-20)

  • Allow creation of channel-agnostic webhooks that trigger for all channels.
  • Channel-agnostic webhooks are available to users with the "CreateChannel" permission to prevent leaking data of other channels.
  • BREAKING: requires a DB migration to add the new channelAgnostic column.

1.5.2 (2025-11-13)

  • Documentation update

1.5.1 (2025-11-06)

  • Updated official documentation URL

1.5.0 (2025-06-04)

  • Upgrade to Vendure to 3.3.2

1.4.1 (2025-02-06)

  • Log info message when event is ignored because transformer returned 'false'

1.4.0 (2025-02-06)

  • Allow cancelling webhook by returning false in request transformers
  • Fixed union type inference from events array in transformer

1.3.1 (2025-01-28)

  • Correct UI label for actions dropdown

1.3.0 (2024-12-19)

  • Update Vendure to 3.1.1

1.2.2 (2024-08-04)

  • Update compatibility range (#480)

1.2.1 (2024-06-26)

  • Extended transformer function with webhook entity to make the event name accessible

1.2.0 (2024-06-21)

  • Updated Vendure to 2.2.6

1.1.1 (2023-12-14)

  • Added missing export of RequestTransformer

1.1.0 (2023-10-24)

  • Updated vendure to 2.1.1