opensource
opensource copied to clipboard
Social Media Notification Dashboard using the Inbound Parse Webhook
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:
- Parse the incoming email, extracting the relevant information into a JSON object
- Create a front end dashboard to provide an interface to the data
- Dockerize for easy deployment