Discussions
Webhook Work
about 1 year ago by Vlad
I have some problems with the webhook. I create my app. I registered several webhooks , and gave endpoints on my app. But I can get responses after events such as 'shop.incoming_message' or 'shop.subscriber.opt_in' on my app logs.
I find a way how to test webhooks in the manual. I get 'Example Event' and sent it with postman.
I got "message": "OK" but nothing in my app logs. I changed webhook_id to my id after hook registration but it didn't work.
I use API v2.0
Need some help. What am I doing wrong?