sendgrid / eventkit-rails

An open source project for integrating with SendGrid's Event Webhook.
Open Software License 3.0
53 stars 73 forks source link

Events not showing on heroku app #32

Open PHPManager133 opened 6 years ago

PHPManager133 commented 6 years ago

Hello,

I am using the eventkit-rails heroku app to track the events of the sendgrid. Earlier we were using Reflector.io app to send the data to our site and the Heroku app. But as Reflector.io app is down most of the time. So we are now sending the Webhook data to the heroku app Url by curl post request through our custom link. But still the events are not shown in the app. We have checked the log file of the heroku app and can see the data flow in it. But it doesn't show in the app.

We send the data to the heropku app in the same json format that is sent by the send grid webhook.

Is their any specific format of the data that is tracked by the heroku app?

Or is their any other way also to send the data to the app?

You can check the screen shots of the log file

https://prnt.sc/hd5vqb https://prnt.sc/hd5vtn

Thanks

PHPManager133 commented 6 years ago

Hello,

Could you please let me know the format that needs to be send to the heroku url to show the data on the app. As we are having issues in showing the events on the app.

Thanks