Hi everyone!
I’m running an Outbound Agency and managing multiple Lemlist accounts on behalf of our clients.
Here’s what I’ve set up so far:
- I store the Client Name and Lemlist API Key in an Airtable.
- n8n pulls all API keys from Airtable.
- For each API key:
- I run a
GET
request to fetch all Campaign IDs. - Then I run another
GET
request to retrieve Campaign Stats per ID.
- I run a
- I format the results and upsert the data into another Airtable table for reporting.
Everything is working smoothly except that some KPIs are missing — like:
# leads reached
# leads opened
# leads replied
I’ve double-checked the Lemlist API documentation, but I might be missing something.
If anyone has experience with this or knows which endpoint or data structure includes those KPIs, I’d really appreciate your help
Thanks in advance!