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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: