This n8n template builds a meeting assistant that compiles timely reminders of upcoming meetings filled with email history and recent LinkedIn activity of other people on the invite. This is then discreetly sent via WhatsApp, ensuring the user is always prepared, informed, and ready to impress!
How it works
A scheduled trigger fires hourly to check for upcoming personal meetings. When found, the invite is analyzed by an AI agent to pull email and LinkedIn details of the other invitees.
Two subworkflows are then triggered for each invitee to (1) search for last email correspondence with them and (2) scrape their LinkedIn profile + recent activity for social updates.
Using both available sources, another AI agent is used to summarize this information and generate a short meeting prep message for the user. The notification is finally sent to the user’s WhatsApp, allowing them ample time to review.
How to use
There are a lot of moving parts in this template, so in its current form, it’s best to use this for personal rather than team calendars.
The LinkedIn scraping method used in this workflow requires you to paste in your LinkedIn cookies from your browser, which essentially lets n8n impersonate you. You can retrieve this from the dev console or ask someone technical for help!
Note: It may be wise to switch to other LinkedIn scraping approaches that do not impersonate your own account for production.
Customizing this workflow
Try adding information sources that are relevant to you and your invitees, such as company search or other social media sites.
Create an on-demand version that doesn’t rely on the scheduled trigger. Sometimes you want to prepare for meetings hours or days in advance, where this could help immensely.