Smartlead Email Campaign Analytics Dashboard with Google Sheets Integration
Workflow 1: Domain and Email Health 🩺 This part of the workflow is triggered every 5 hours by the Schedule Trigger1 node. Its purpose is to pull health metrics for both email domains and individual email addresses.
How it Works: ++Schedule Trigger:++ The Schedule Trigger1 node initiates the workflow every 5 hours.
++API Requests:++ Two separate HTTP Request nodes, HTTP Request5 and HTTP Request6, make API calls to Smartlead.
++HTTP Request5 calls++ the endpoint for domain-wise health metrics.
++HTTP Request6 calls++ the endpoint for email-wise health metrics.
Both requests use the same api_key and a date range from 2025-07-04 to the current day.
++Data Splitting:++ The Split Out5 and Split Out6 nodes take the JSON response from the API calls and split the data into individual items. This is necessary so each row of data can be processed and added to Google Sheets separately.
++Google Sheets Integration:++ Finally, the Append or update row in sheet5 and Append or update row in sheet6 nodes update two different Google Sheets:
++Append or update row in sheet5 adds++ or updates rows in the DomainHealth sheet, matching on the domain column.
++Append or update row in sheet6 adds++ or updates rows in the EmailHealth sheet, matching on the from_email column.
Workflow 2: Global and Campaign-Specific Analytics 📊 This second part of the workflow is triggered every 2 hours by the Schedule Trigger node. Its goal is to get a day-by-day overview of email engagement and campaign-specific performance.
How it Works: Schedule Trigger: The Schedule Trigger node starts this workflow every 2 hours.
++API Requests:++ Two HTTP Request nodes, HTTP Request and HTTP Request1, call different Smartlead API endpoints.
++HTTP Request++ retrieves day-wise overall stats for email engagement.
++HTTP Request1 ++retrieves overall stats for each campaign.
++Data Splitting:++ The Split Out and Split Out1 nodes separate the JSON responses into individual data items for processing.
++Google Sheets Integration:++ The Append or update row in sheet and Append or update row in sheet1 nodes then write the data to Google Sheets.
++Append or update row in sheet++ updates the Sheet1 sheet with day-wise metrics, using the date as a matching column.
++Append or update row in sheet1++ updates the CampaignWise sheet with campaign performance metrics, using the campaign id to match rows.
Related Templates
CrunchBase Competitor Intelligence Tracker
Automated system for monitoring and analyzing competitor activities, funding rounds, and market movements using CrunchB...
Summarize SERPBear data with AI (via Openrouter) and save it to Baserow
Who's this for? If you own a website and need to analyze your keyword rankings If you need to create a keyword report on...
Lookup IP Geolocation Details with IP-API.com via Webhook
This n8n template enables you to instantly retrieve detailed geolocation information for any given IP address by simply ...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments