Skip to main content

Testing

You can test your webhook configuration in the following ways:

  • Manually, by clicking the Send test notification button on the webhook list in notifications tab. You should receive event with some test data on your webhook. You can differentiate test events from normal events by verifying if testMode field is set to true/false on event JSON data.
  • By performing the action in your store that you have subscribed to, e.g. after creating an order when you have configured webhook with ORDER_PLACED events.