This n8n workflow performs automated LinkedIn lead monitoring and alerting by detecting LinkedIn notification emails and matching them against a tracked lead database. It starts when the workflow is manually triggered inside n8n, allowing users to run the alert system on demand. The workflow fetches LinkedIn notification emails from Gmail and extracts the sender names from each message. These sender names are cleaned and normalized to ensure accurate comparison. In parallel, the workflow loads a lead database from Google Sheets and processes the stored lead names along with their categories. Both datasets are then merged into a single flow where the system compares LinkedIn senders with tracked leads. When a match is found, the workflow identifies the lead and its category and triggers an alert email. Finally, the alert is sent to notify the user about the LinkedIn interaction, enabling quick follow-up on important leads without manually checking messages.