Testing
You can test your webhook configuration in the following ways:
- Manually, by clicking the Send test notificationbutton 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 iftestModefield is set totrue/falseon 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_PLACEDevents.