sendgrid / opensource

SendGrid Open Source Dashboard
http://github.com/sendgrid
MIT License
35 stars 13 forks source link

Social Media Notification Dashboard using the Inbound Parse Webhook #5

Open thinkingserious opened 6 years ago

thinkingserious commented 6 years ago

Using our Dockerized Inbound Email Parser in Node.js we can accept incoming email to an email address you choose and post the contents to a webhook of your choice.

If you set your social media notifications to go that email address, then you can parse, aggregate and display that data, creating a single dashboard to review all of your social media notifications. I suggest we start with Twitter, LinkedIn and Facebook.

The key elements may be:

  1. Parse the incoming email, extracting the relevant information into a JSON object
  2. Create a front end dashboard to provide an interface to the data
  3. Dockerize for easy deployment