Introduction
SendGrid is a premier platform for email automation. Sendgrid itself has the ability to augment observability using 3rd party tools. The platform has a robust API and is event-driven and can trigger webhooks to an endpoint when certain events occur.
SendGrid's Event Webhook will notify a DataSet endpoint with information about events that occur as SendGrid processes emails. You can use this data and DataSet's Event Data Cloud to monitor your SendGrid account. You can react to and alert on events like unsubscribes, spam reports, identify bounced email addresses or create advanced analytics of your email program.
This data is sent as a JSON object, so parsing is a breeze and you can start gaining insight into your SendGrid account with DataSet easily.
You can log SendGrid events with DataSet with the following documentation.
Instructions
1. Enable the WebHooks integration on the SendGrid platform. Navigate to Settings/Mail Settings.
2. For an HTTP POST endpoint, you can utilize the uploadLogs API endpoint.
3. For Authentication Method, Select None.
4. Check the events you want to to be POSTed.
5. Get a Write API Token.
6. For the address, use the following string:
https://app.scalyr.com/api/uploadLogs?token=<write-api-token>&host=sendgrid&logfile=%2fvar%2flog%2fsendgrid&parser=json
7. Navigate to your Scalyr Account. Assuming you are using the host and logfile above, your data should be https://app.scalyr.com/events?filter=%24serverHost%3D%22sendgrid%22+%24logfile%3D%22%2Fvar%2Flog%2Fsendgrid%22
Comments
0 comments
Please sign in to leave a comment.