> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/readme.md).

# Coupler.io Sources

Coupler.io is a data integration platform & AI analytics solution that connects your business apps to AI tools, spreadsheets, BI tools, and databases — no code required. Pull data from 400+ sources, transform it on the fly, and keep your reports up to date on autopilot.

## Popular sources

In-depth guides for the most popular data sources — including available metrics, common issues, best practices, and FAQs.

* [**Facebook Ads**](/sources/category/ppc/facebook-ads.md) — Automate campaign performance reporting across Facebook, Instagram, Messenger, and Audience Network.
* [**Google Sheets**](/sources/category/files-and-tables/google-sheets.md) — Pull data from spreadsheets and export to any supported destination on a schedule.
* [**Google Analytics (GA4)**](/sources/category/ppc/google-analytics.md) — Export events, conversions, and user behavior data to Google Sheets, BigQuery, or databases.
* [**QuickBooks**](/sources/category/finance-and-accounting/quickbooks.md) — Export accounting data (invoices, expenses, financial reports) to spreadsheets, BI tools, or databases.
* [**Google Ads**](/sources/category/ppc/google-ads.md) — Automate spend, clicks, impressions, and conversion reporting from campaigns.
* [**Facebook Page Insights**](/sources/category/social-media/facebook-page-insights.md) — Export post performance, reach, and engagement metrics to Google Sheets, BigQuery, or Looker Studio.
* [**JSON**](/sources/category/files-and-tables/json.md) — Pull data from any REST API with JSON responses into Google Sheets or BigQuery.
* [**Xero**](/sources/category/finance-and-accounting/xero.md) — Export invoices, contacts, journals, and financial reports automatically.
* [**Google Calendar**](/sources/category/project-management/google-calendar.md) — Export calendar events and availability to Google Sheets, Excel, or BigQuery.
* [**Shopify**](/sources/category/ecommerce/shopify.md) — Connect orders, products, customers, and inventory via GraphQL API.
* [**Airtable**](/sources/category/files-and-tables/airtable-addon.md) — Sync Airtable bases to Google Sheets and combine tables for reporting.

{% hint style="info" %}
Can't find what you're looking for? Reach out to our support team at <contact@coupler.io>.
{% endhint %}

## FAQ

<details>

<summary>How to set up a custom source?</summary>

If your app isn’t listed among the available sources on Coupler.io, you can still connect it through a custom source as long as it exposes data as JSON or CSV.

You can use one of these options:

* [JSON data source](https://docs.coupler.io/sources/category/files-and-tables/json)
* [CSV data source](https://docs.coupler.io/sources/category/files-and-tables/csv)

Feel free to reach out to our Support Team at <contact@coupler.io>, if you need help with the setup.

</details>

<details>

<summary>How to request a source to be added?</summary>

You can directly submit any requests in our [Featurebase](https://feedback.coupler.io/). You can upvote the input and add a comment about the scenario where you'd be using this source and what you'd like to achieve. There is also a roadmap that enables progress tracking.

</details>

<details>

<summary>Does Coupler.io support custom properties when pulling data from sources?</summary>

Yes. If the source app exposes custom fields through its API, Coupler.io can usually pull them too. Some sources (such as HubSpot, Pipedrive, and ClickUp) automatically include custom properties in the data export without any additional configuration.

Since custom property behavior is source-specific, we recommend reviewing the data export first. If you cannot spot the needed fields, please contact our support team at <contact@coupler.io>, and we'll be happy to assist on a case-by-case basis.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/sources/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
