Calimatic Connect|Documentation
PricingSign In

Documentation

What is Calimatic Connect?

Calimatic Connect is an integration platform that connects your business tools through a single layer. Connect providers, build automation flows, and move data between systems automatically.

  • Connect 200+ providers — ad platforms, CRMs, payment systems, communication tools, and more
  • Build automation Flows to move data between any connected tools
  • Capture leads, sync contacts, trigger notifications, and process events in real time
  • Use the API Proxy to access any connected provider's API through one endpoint

Explore the guides below to get started, learn core concepts, and manage your integrations.

Base URL

All API endpoints use the following base URL. Include your authentication header with every request.

# JWT Authentication
Authorization: Bearer <your-jwt-token>
# Or API Key Authentication
x-api-key: <your-api-key>