You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2022. It is now read-only.
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?