HTTP and Klaviyo: Zoho CRM Lead to Email List Template

A Spojit template that pulls new Zoho CRM leads on a schedule and adds each one to a Klaviyo list for automated nurturing.

What It Builds

A Schedule trigger fires on the interval you choose. Because Zoho CRM has no native tile, Miraxa connects to its API through the http connector to fetch leads created since the last run. A Loop node walks each lead, and a Klaviyo Connector node creates or updates the profile and adds it to your chosen list, ready for an automated welcome flow.

The Prompt

Paste this into Miraxa and it builds the workflow, connecting the tools for you:

Build a workflow that runs every morning, calls the Zoho CRM API to fetch leads created in the last day, and for each lead adds them to my Klaviyo list "New Leads" using their email, first name, last name, and company.

Connectors Used

  • Schedule trigger - runs the workflow on a cron interval in your timezone.
  • http - Miraxa connects to the Zoho CRM API to pull recent leads.
  • klaviyo - creates or updates each profile and adds it to a list.

Customize It

Change the schedule (hourly, weekdays only), swap the list name, or adjust the lookback window so it matches your run frequency. You can also map extra fields such as phone or lead_source by naming them in the prompt before you generate.

Tips

  • Give the Zoho connection an API token with read access to leads, and the Klaviyo connection write access to lists and profiles.
  • Keep the Klaviyo node in Direct mode to add profiles deterministically with no AI cost.
  • Set the lookback to cover gaps between runs so no lead is missed if a run is skipped.

Related

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.