FAQ
Where do I find my AgileCRM API key?
Log in to your AgileCRM account and go to Admin Settings → API & Analytics. Your REST API key is listed there. Only admin users can access this section, so make sure you're logged in with an admin account.
What should I enter as my AgileCRM domain?
Enter just the subdomain part of your AgileCRM URL. For example, if your AgileCRM URL is yourcompany.agilecrm.com, enter yourcompany — not the full URL.
Why do my date fields show large numbers instead of readable dates?
AgileCRM stores dates as Unix timestamps in milliseconds. You'll need to convert them in your destination tool. In Google Sheets, use a formula to divide by 1000, then divide by 86400, and add the date origin. In BigQuery, use TIMESTAMP_MILLIS(). Check out the Data Overview article for more context on field formats.
Does Coupler.io support filtering AgileCRM data before import?
Coupler.io pulls all available records from each AgileCRM entity. Filtering isn't applied at the source level. You can filter and transform the data after it lands in your destination — for example, using spreadsheet formulas, BigQuery views, or your BI tool's built-in filters.
Which AgileCRM plan do I need to use the API?
API access is available on AgileCRM's paid plans. Free accounts have limited or no API access. If you're having trouble connecting, check whether your plan includes API access under your AgileCRM billing or admin settings.
Can non-admin users connect AgileCRM to Coupler.io?
Technically yes, but non-admin users have restricted API access in AgileCRM and may not be able to pull all entities. For the best results and full data access, use an admin account's API key. See the Common Issues article for more on permission errors.
How often can I sync my AgileCRM data?
This depends on your AgileCRM plan's API rate limits and your Coupler.io subscription. In general, daily or hourly syncs work well for most use cases. Avoid running multiple imports simultaneously to stay within rate limits.
What happens if I regenerate my AgileCRM API key?
If you regenerate your API key in AgileCRM, your existing Coupler.io data flows will stop working immediately. You'll need to update the API key in each of your AgileCRM data flows in Coupler.io to restore the connection.
For details on what fields are available for each entity, see the Data Overview article. If you're running into sync errors or missing records, check the Common Issues article. For tips on getting the most out of your integration, visit Best Practices.
Last updated
Was this helpful?
