Two-way sync
Changes in Iterable or Recurly instantly reflect in both systems. No stale data, no manual imports.
Keep Iterable and Recurly in sync without custom scripts. Cut weeks of integration work, eliminate silent data drift, and give your team a single, reliable source of truth.
Recurly records the money — who pays, how much, and whether they are current; Iterable decides who hears from the business and what they hear. The two overlap wherever the same customers and contacts matter to both, and when that overlap is bridged by CSV exports or an overnight batch, campaigns target on stale billing data and finance works from lists marketing has already changed underneath it.
Stacksync syncs Line Items, Coupons and Redemptions, Billing Info, Measured Units and Usage in Recurly with Users, Events, Campaigns, Templates in Iterable field by field, in real time, and in both directions. You decide which system owns which fields — finance keeps the revenue and payment truth, marketing keeps consent and engagement — and Stacksync keeps every copy consistent and resolves conflicts by rules you set.
Email, phone, address, and opt-out flags kept in either system stay consistent in the other, so every send and record honors the latest preferences.
Plan tier, spend, or payment status from Recurly lands on the matching record in Iterable, so segments and targeting reflect who actually pays and how much.
Where both systems keep customer or contact records, an edit on either side propagates to the other, ending dual maintenance and the drift it creates.
Representative objects on each side — any object or custom field can map to any target. Schemas are auto-detected; types are converted between the two systems.
| Iterable objects | Recurly objects | How this pairing syncs | |
|---|---|---|---|
| Users User profiles keyed by email or userId with custom data fields; upserted via POST /api/users/update, read via GET /api/users/{email} or getByUserId, bulk-written via /api/users/bulkUpdate (up to 1000 users per call), and deleted or GDPR-forgotten. | Line Items One-time charges and credits on an account outside a subscription; synced for accurate revenue and adjustment reporting. | Users is specific to Iterable and Line Items to Recurly — each maps to any object or custom field on the other side. | |
| Events Custom and system events tracked via /api/events/track and /api/events/trackBulk (up to 1000 events per call); a single user's event history is read via GET /api/events/{email}. | Coupons and Redemptions Discount definitions and their application to accounts and subscriptions; read for discount and promotion analysis. | Events is specific to Iterable and Coupons and Redemptions to Recurly — each maps to any object or custom field on the other side. | |
| Campaigns Email, SMS, push, and in-app sends; metadata and metrics read via GET /api/campaigns and /api/campaigns/metrics, created and sent via /api/campaigns/create and /api/campaigns/trigger. | Billing Info Tokenized payment method (card/ACH) on an account; written when onboarding customers and read for payment-health signals (never stores raw card numbers). | Campaigns is specific to Iterable and Billing Info to Recurly — each maps to any object or custom field on the other side. | |
| Templates Reusable email/SMS/push/in-app message templates with handlebars fields; read via /api/templates and per-channel get endpoints, written via /api/templates/email/upsert and the other channel upserts. | Measured Units and Usage Metered-billing units; usage records are posted to a subscription before each bill run for consumption-based pricing. | Templates is specific to Iterable and Measured Units and Usage to Recurly — each maps to any object or custom field on the other side. | |
| Lists Static subscriber lists; read via GET /api/lists and /api/lists/getUsers, with users added or removed via /api/lists/subscribe and /api/lists/unsubscribe to control who receives a send. | Accounts Customer/billing entity records keyed by account_code; the anchor most subscriptions and invoices hang off. Synced two-way with CRM accounts or a customer database. | Lists is specific to Iterable and Accounts to Recurly — each maps to any object or custom field on the other side. | |
| Catalogs Named catalogs of items (products, content) used for personalization and recommendations; items upserted and read via /api/catalogs/{catalogName}/items. | Subscriptions Recurring subscription records tied to an Account and a Plan, with state, term, and next-bill date. Core object, synced two-way to drive provisioning and reporting. | Catalogs is specific to Iterable and Subscriptions to Recurly — each maps to any object or custom field on the other side. |
Each direction of the sync is driven by what the source system can signal and what the destination accepts — detection, delivery, and expected latency below.
DetectionIterable notifies Stacksync of record changes through webhook events. System Webhooks push email/SMS/push/in-app and custom events (send, open, click, bounce, complaint, unsubscribe) as JSON POSTs in near real time.
DeliveryEach detected change is written to Recurly through its API, with automatic retries and rate-limit backoff.
DetectionRecurly notifies Stacksync of record changes through webhook events. Webhooks (JSON or XML, one format per endpoint) for account, subscription, payment, and invoice events, plus incremental polling of list endpoints.
DeliveryEach detected change is written to Iterable through its API, with automatic retries and rate-limit backoff.
Real-time sync, workflow automation, event queues, EDI, and monitoring, for every Iterable–Recurly connection.
Changes in Iterable or Recurly instantly reflect in both systems. No stale data, no manual imports.
Trigger automated workflows whenever Iterable or Recurly data changes, update records, fire webhooks, or kick off sequences without brittle API scripts.
Handle millions of events per minute without losing a single Iterable or Recurly record.
Track your Iterable ⇄ Recurly sync health, view errors, and replay failed events in one click.
Transform legacy EDI complexity into simple database interactions between Iterable and Recurly.
Configure and sync within minutes, no code. Whether you sync 50k or 100M+ records, Stacksync handles the queues, infra, and plumbing. Integrations are non-invasive and need zero setup on your systems.
Authenticate Iterable and Recurly with each platform's native method — OAuth, API keys, or service accounts — plus secure options like SSH tunneling, IP whitelisting, and VPC peering.
Pick the Iterable and Recurly objects to sync — Stacksync auto-detects both schemas, including custom fields where the platform exposes them. Sync to existing tables, or let Stacksync create new ones with ideal data types.
Fields map automatically even when names and types differ. Stacksync handles transformation and type casting for you, zero configuration required.
Yes. Stacksync provides a managed, real-time two-way integration between Iterable and Recurly: authenticate both systems, choose the objects to sync (such as Iterable's Users and Events), map fields visually, and changes propagate both ways in milliseconds — no code required.
Stacksync is SOC 2 Type II and ISO 27001 certified with HIPAA BAA support. Data is encrypted in transit, and a zero-persistent-storage architecture means Iterable and Recurly records are not retained after a sync operation.
Stacksync pricing is usage-based and starts at $1,000/month, including the managed Iterable and Recurly connectors, real-time two-way sync, monitoring, and support. That replaces building and maintaining a custom Iterable–Recurly integration in-house.
Yes — Stacksync ships production-grade connectors for both Iterable and Recurly. The connectors handle authentication, schema detection, rate limits, and retries; you configure the sync, and Stacksync operates it.
Change detection on Iterable: System Webhooks push email/SMS/push/in-app and custom events (send, open, click, bounce, complaint, unsubscribe) as JSON POSTs in near real time; historical backfill and incremental catch-up run through the Export API over a date range. On Recurly: Webhooks (JSON or XML, one format per endpoint) for account, subscription, payment, and invoice events, plus incremental polling of list endpoints sorted by updated_at with begin_time/end_time filters. Each detected change propagates to the other side in milliseconds, with field-level conflict resolution and an inspectable event log.
On the Recurly side: Line Items, Coupons and Redemptions, Billing Info, Measured Units and Usage, plus custom fields where Recurly exposes them. On the Iterable side: Users, Events, Campaigns, Templates. Stacksync auto-detects both schemas and converts types between the two systems.
As a data company, we understand the importance of keeping your data secure. Stacksync is built with security best practices to keep your data safe at every layer, and is DPF-certified for US, EU, UK and CH data transfers.
Let your users access Stacksync from your centralized user management systems. Works with Okta, Azure, Google SSO and more.
Immediately get alerted about record syncing issues over email, Slack, PagerDuty and WhatsApp. Resolve issues from a centralized dashboard with retry and revert options.
Securely connects to your systems with:
Every pair below is a real-time, two-way sync. Search all 461 integrations available for Iterable and Recurly.