- Validate email addresses from form submissions to ensure they are deliverable.
- Score leads based on predefined criteria to prioritize follow-ups.
- Send instant notifications to team members via Telegram for new qualified leads.
Capture user input through a form trigger. Verify the validity of the submitted email using a validation service. Score the lead based on specific criteria using a scoring service. Check if the lead's score meets the threshold for qualification. Send a notification to the team via Telegram for qualified leads.
- 1Import the workflow template into your n8n instance.
- 2Configure the form trigger with your desired form fields.
- 3Set up your email validation and scoring service credentials.
- 4Adjust the Telegram notification settings with your chat ID.
- 5Test the workflow to ensure it functions as expected.