mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM
https://dev.mailjet.com
Other
130 stars 72 forks source link

Ruby on Rails webhook not receiving any events notification #259

Closed ayushdevelop closed 4 months ago

ayushdevelop commented 4 months ago

Hi Folks,

I am recently trying out the webhook feature of Mailjet where we can add an endpoint as suggested in this documentation using the UI https://dev.mailjet.com/email/guides/webhooks/.

I tried testing it first with test events and I can see my endpoint getting hit when a test event is sent but when I am trying to catch notification for real email address my endpoint is not receiving any notification.

There are no logs when an event is triggered. I have thoroughly read the documentation and could not find anything there.

For extra details my endpoint is created using Ruby on Rails. There is no error to share because I am not seeing any logs for the same.

Kindly help me with this issue. Hope to hear soon.

Thank you