Z League · Arazzo Workflow
MEGA CRM — incremental lead sync
Version 1.0.0
Poll the MEGA CRM for leads with stable keyset cursor pagination: fetch the first page sorted by updated_at ascending, then follow next_cursor to fetch the next page.
View Spec
View on GitHub
CompanyCRMLeadsMarketingAI AgentsSEOAdvertisingWebhooksGamingArazzoWorkflows
Provider
Workflows
incrementalLeadSync
List leads then page forward with the returned cursor.
Uses sort_by=updated_at&sort_dir=asc for stable incremental polling.
1
firstPage
listLeads
Fetch the first page of recently-updated leads.
2
nextPage
listLeads
Fetch the next page using next_cursor from the first page (same sort).