I installed @wix/inbox today.
And I would like to do something when someone sends message to our inbox.
I have attached my code.
When I click the blue arrow button, function postData() will work, and I could see log(Post success) in my Wix logs and the request could work successfully in the function also.
But when I published website and created an account to send messages to my inbox.
I can receive the message in the inbox. But request and log didn’t run.
I analyze that messages.onMessageSentToBusiness didn’t work.
May I know if I’ve done something wrong?
Sorry to bother, I have resolved this issue through velo function. ![]()
