Monday and Klaviyo: Lead-Score Audience Sync Template
On a schedule, this Spojit template reads leads from a Monday board, scores each one with AI, and syncs the qualified leads into a Klaviyo nurture list.
What It Builds
A Schedule trigger fires on your chosen cadence and pulls open leads from a Monday board. A Loop walks each lead through a Connector node in Agent mode that scores it and returns a structured verdict. A Condition keeps only the qualified leads, then a Klaviyo Connector node adds them to a nurture list ready for targeted campaigns.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs every weekday at 7am, reads new leads from my "Inbound Leads" board in Monday, and scores each lead from 0 to 100 based on company size, role seniority, and stated intent. For every lead scoring 70 or higher, add them to my "Nurture" list in Klaviyo with their name, email, and score, then write the score back onto the Monday item.
Connectors Used
- Schedule trigger - runs the sync on a cron cadence you set.
- Monday - reads board items and writes the score back onto each lead.
- Klaviyo - adds qualified leads to a nurture list for campaigns.
Customize It
Change the cron time in the prompt, swap the board name, raise or lower the 70 qualification threshold, or rename the target Klaviyo list. You can also adjust which fields drive the score (industry, deal stage, region) without writing a second prompt.
Tips
- Use a Connector node in Agent mode with a Response Schema so the score returns as reliable JSON.
- Confirm your Klaviyo API key has list-write scope before the first run.
- Writing the score back to Monday makes results easy to audit on the board.