opensource icon indicating copy to clipboard operation
opensource copied to clipboard

Social Media Notification Dashboard using the Inbound Parse Webhook

Open thinkingserious opened this issue 6 years ago • 0 comments

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

thinkingserious avatar Oct 19 '18 07:10 thinkingserious