Data integration platform that connects marketing, sales, analytics, and e-commerce data sources to destinations like spreadsheets, BI tools, and data warehouses with automated scheduling.
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | Importers, Runs, Sources, Destinations |
| MCP | ✓ | Claude connector |
| CLI | ✓ | coupler.js |
| SDK | - | REST API only |
- Type: API Key
- Header:
Authorization: Bearer {api_key} - Get key: Settings > API at https://app.coupler.io
GET https://api.coupler.io/v1/importersGET https://api.coupler.io/v1/importers/{id}POST https://api.coupler.io/v1/importers/{id}/runPOST https://api.coupler.io/v1/importers
{
"source_type": "google_analytics",
"destination_type": "google_sheets",
"name": "GA4 to Sheets Daily"
}DELETE https://api.coupler.io/v1/importers/{id}GET https://api.coupler.io/v1/importers/{id}/runsGET https://api.coupler.io/v1/runs/{id}GET https://api.coupler.io/v1/sourcesGET https://api.coupler.io/v1/destinationsid- Importer IDname- Importer namesource_type- Source connector typedestination_type- Destination connector typeschedule- Automation schedulestatus- Current statuslast_run_at- Last run timestamp
id- Run IDimporter_id- Parent importerstatus- Run status (pending, running, completed, failed)started_at- Start timestampfinished_at- Finish timestamprows_imported- Number of rows processederror- Error message if failed
source_type- Source connector (e.g., google_analytics, google_ads, facebook_ads, hubspot, shopify, stripe, airtable)destination_type- Destination connector (e.g., google_sheets, bigquery, snowflake, postgresql)name- Importer nameschedule- Automation schedule (e.g., hourly, daily, weekly)
- Analytics: Google Analytics, Adobe Analytics
- Ads: Google Ads, Facebook Ads, LinkedIn Ads, TikTok Ads
- CRM: HubSpot, Salesforce, Pipedrive
- E-commerce: Shopify, Stripe, WooCommerce
- Other: Airtable, Google Sheets, BigQuery, MySQL, PostgreSQL
- Spreadsheets: Google Sheets, Excel Online
- BI Tools: Looker Studio, Power BI, Tableau
- Data Warehouses: BigQuery, Snowflake, Redshift
- Databases: PostgreSQL, MySQL
- Automating marketing data pipelines from ads and analytics platforms
- Consolidating multi-channel campaign data into a single destination
- Scheduling recurring data syncs from CRM to spreadsheets or BI tools
- Building marketing dashboards with fresh data from multiple sources
- Exporting e-commerce data for reporting and analysis
- Connecting data sources without writing custom ETL code
- Rate limits vary by plan
- Standard: API access available on Professional and higher plans
- Importer run frequency depends on plan tier
- analytics
- ads
- revops