Skip to main content
You can test your webhook configuration in the following ways:
  1. Manual testing: Click the Send test notification button on the webhook list. You’ll receive an event with test data. You can differentiate test events from normal events by checking if the testMode field is set to true.
  2. Real events: Perform the action in your store that you’ve subscribed to. For example, create an order when you have configured a webhook with ORDER_PLACED events.