Skip to main content

The SmartIntegration Platform

CRM Automation APIs & Connectors | Salesforce, Sage, QuickBooks โ€” InterWeave
APIs & Connectors โ€” Ecosystem Layer

Connect anything.
Break nothing.

Every system. One platform.

InterWeave's Connector Ecosystem links your CRM, ERP, and payment infrastructure through hardened, pre-built API connectors โ€” each with authentication, rate-limit handling, error recovery, and schema-verified payloads built in. No glue code. No brittle custom integrations.

48+ Payment processor connectors
12+ CRM & ERP connectors
REST + SOAP + Webhook + BOI
OAuth2 Auth on every connector
Zero Credentials exposed to flows

One CRM Automation Hub.
Every connection.

The InterWeave Connector Hub is the single point of entry for every API call โ€” authenticating, proxying, and translating between your systems so SmartFlows and SmartAgents never touch raw credentials or proprietary APIs directly.

๐Ÿ”Œ Connector
Hub
๐Ÿค
Salesforce
๐Ÿ“Š
Sage Intacct
๐Ÿ—‚๏ธ
Sage 100
๐Ÿ”ท
MS Dynamics
๐ŸŒ
Creatio
๐Ÿ’ฐ
QuickBooks
๐Ÿ“ฆ
Sage X3
๐Ÿ’ณ
Stripe
๐Ÿฆ
Authorize.net
๐Ÿ…ฟ๏ธ
PayPal
๐Ÿ”
Paylocity
โšก
Square
๐Ÿ›’
Shopify
โž•
+40 more

Every CRM & ERP System Your
business already runs.

Pre-built, schema-verified connectors for every major CRM, ERP, and payment platform in the mid-market. Each one maintains its own auth lifecycle, rate-limit budget, and error recovery โ€” invisibly.

๐ŸคLive
Salesforce Sales Cloud
REST API ยท OAuth2 ยท Bulk API 2.0
OpportunitiesAccountsContactsCases
๐ŸŒLive
Creatio CRM
REST / OData ยท OAuth2
LeadsOrdersContactsInvoices
๐Ÿ”ทLive
MS Dynamics 365 F&O
OData REST ยท OAuth2 ยท Azure AD
CustomersSales OrdersInvoices
๐Ÿ“ŠLive
Sage Intacct
XML API ยท Session Auth ยท Web Services
ARINVOICECUSTOMERGLACCOUNTAPBILL
๐Ÿ—‚๏ธLive
Sage 100 / Sage 100cloud
BOI / SOAP ยท Web Services
SO_SalesOrderAR_CustomerIM_Item
๐Ÿ—๏ธLive
Sage X3
REST / SOAP ยท Syracuse Web Services
Sales OrdersCustomersProducts
๐Ÿ”ถLive
Sage BusinessWorks
ODBC / COM ยท Direct DB
ARGLInventory
๐Ÿ’ณLive
Stripe
REST API ยท Webhook ยท OAuth2
ChargesInvoicesSubscriptions
๐ŸฆLive
Authorize.net
REST / SOAP ยท API Key
TransactionsRefundsVoids
๐Ÿ’ฐLive
QuickBooks Desktop
IIF / Web Connector ยท QBXML
InvoicesPaymentsCustomers
๐ŸงพLive
QuickBooks Online
REST API ยท OAuth2
InvoicesPaymentsBills
๐Ÿ…ฟ๏ธBeta
PayPal Commerce
REST API ยท OAuth2
OrdersPayoutsDisputes

48+ Payment Processors โ€” CRM Automation for
all in one place.

InterWeave connects to more payment processors than any mid-market integration platform โ€” making it the only choice when your customers pay through a wide range of gateways, processors, and financial rails.

๐Ÿ’ณStripe
๐ŸฆAuthorize.net
๐Ÿ…ฟ๏ธPayPal
โฌ›Square
๐Ÿ”ตBraintree
๐ŸŸขAdyen
๐ŸŒ€Worldpay
๐Ÿ›๏ธChase Paymentech
๐Ÿ”ทHeartland
๐Ÿ”ดFirstData
๐ŸŸกNMI
๐Ÿ’ฒUSAePay
๐ŸขElavon
๐Ÿ”CyberSource
โšกPaylocity
๐ŸŸ Paychex
๐Ÿ’ BluePay
๐ŸŒPayTrace
+ 30 more processors โ€” ACH, wire, BNPL, and emerging payment rails

CRM Automation REST API for
every integration action.

The InterWeave API exposes SmartFlows, connector status, IWSyncRegistry queries, and SmartAgent control through a single versioned REST interface โ€” designed for developers building on top of the platform.

InterWeave REST API โ€” v2
GET /v2/connectors/{id}/status
// Connector status check GET /v2/connectors/sage-intacct-prod/status Authorization: Bearer {token} X-IW-Tenant: acme-corp // Additional endpoints GET /v2/connectors GET /v2/flows/{id}/runs GET /v2/registry?flowId=sf-intacct GET /v2/agents/{id}/trace
// 200 OK โ€” Connector status response { "connectorId": "sage-intacct-prod", "system": "Sage.Intacct", "status": "connected", "auth_method": "session_token", "last_sync": "2025-05-14T14:22:03Z", "rate_limit": { "remaining": 4820, "reset_at": "2025-05-14T15:00:00Z" }, "health": "nominal" }

Secure CRM Credentials Never Leave
the perimeter.

Every connector call travels through InterWeave's Reverse API Proxy โ€” your API keys, session tokens, and OAuth credentials are stored in an encrypted vault, never passed to SmartFlows, SmartAgents, or external callers.

๐Ÿ”„
Reverse API Proxy

All outbound connector calls are proxied through InterWeave's controlled channel. Source systems call InterWeave endpoints โ€” never each other. Credentials are injected at proxy time, invisible to flow logic.

๐Ÿ”‘
OAuth2 & Token Lifecycle

Every connector manages its own OAuth2 token refresh, session renewal, and API key rotation automatically. Expired tokens are re-authenticated transparently โ€” no flow failures from stale credentials.

๐Ÿ”’
Field-Level Encryption

Sensitive fields โ€” payment tokens, SSNs, account numbers โ€” are encrypted at rest and in transit. RBAC governs which roles can view, decrypt, or write to protected fields across all connectors.

๐Ÿ“‹
Rate Limit Management

Each connector tracks its own API rate-limit budget across all active flows and agents. Requests are queued and throttled automatically โ€” eliminating 429 errors and protecting your API tier agreements.

Plug In Once. CRM Automation
Works everywhere.

01
Authenticate once in SmartHub

Connect your Salesforce org, Sage instance, or payment processor through SmartHub's connector setup wizard โ€” OAuth2 flows, API key entry, or BOI credential configuration handled in minutes.

02
Schema validation on connect

The engine fetches and validates your system's live schema โ€” Salesforce object fields, Sage BOI object names, payment API versions โ€” and flags any discrepancies before any flow runs.

03
Available to all flows instantly

Once authenticated, the connector is available to every SmartFlow and SmartAgent in your tenant โ€” no per-flow credential setup, no repeated OAuth dances, no duplicated configuration.

04
Monitored and self-healing

Connector health is monitored continuously. Token expiry, rate-limit pressure, and API deprecation warnings surface in SmartHub before they cause failures.

connector-setup.json Connector Hub
// Connector registration โ€” Sage Intacct { "connectorId": "sage-intacct-prod", "system": "Sage.Intacct", "auth": { "method": "session_token", "companyId":"ACME-CORP", "userId": "iw_service" }, "proxy": "reverse_api", "encrypt": "field_level", "status": "connected" }

Connectors power
every layer above.

The Connector Ecosystem is the foundation โ€” every SmartFlow, SmartAgent, and Integration Engine operation depends on the connectors beneath them.

๐Ÿค– AI SmartAgents Autonomous ReAct loop โ€” observe, reason, act, escalate Intelligence
โœจ FlowCopilot AI-assisted configuration via natural language AI Config
โš™๏ธ AI SmartFlows Event-driven orchestration, SmartRules, bi-directional sync Orchestration
๐Ÿ”— SmartIntegration ยท Integration Engine XSLT transforms, entity resolution, retry logic, IWSyncRegistry Data + Tx
๐Ÿงฉ Connector Ecosystem ยท APIs & Connectors โ† You are here Salesforce, Sage Intacct, Sage 100, Creatio, Dynamics 365, QuickBooks + 48 payment processors This Layer
๐Ÿ›ก๏ธ Security Perimeter Reverse API proxy, RBAC, field-level encryption, full audit trail Security

Your stack, finally
working together.

See the Connector Hub authenticate, map, and sync your Salesforce and Sage data live โ€” in a 30-minute technical demo with a real environment, not a sandbox mockup.