Common Issues

Connection issues

chevron-rightMy API key isn't workinghashtag

Double-check that you're using the REST API key from AgileCRM, not a different credential. You can find it under Admin Settings → API & Analytics in your AgileCRM account. Make sure there are no extra spaces when you paste the key into Coupler.io.

chevron-rightI get an authentication error even though my credentials look correcthashtag

Make sure you're entering your credentials exactly as follows:

  • Domain — just the subdomain (e.g., yourcompany), not the full URL

  • Email — the email address you use to log in to AgileCRM

  • API key — copied directly from AgileCRM's Admin Settings page

If you recently reset your API key in AgileCRM, you'll need to update it in Coupler.io as well.

chevron-rightMy data flow times out during the connection testhashtag

This can happen if your AgileCRM account has a very large dataset. Try running the data flow on a smaller entity first (like Milestones or Ticket Filters) to confirm the connection works. If the timeout persists on large entities, contact Coupler.io support.

Missing data

chevron-rightSome contacts or deals are missing from my exporthashtag

AgileCRM's API returns data in paginated batches. If your account has a very large number of records, occasional gaps can occur. Try re-running the data flow. If data is consistently missing, check whether the missing records are accessible to your user under their permissions in AgileCRM.

chevron-rightCustom fields aren't showing up in my datahashtag

Custom fields should appear in the exported data, but their names depend on how they're defined in your AgileCRM account. Check your AgileCRM custom field configuration under Admin Settings and look for matching field names in the exported columns.

chevron-rightThe Tickets entity returns no datahashtag

Make sure your AgileCRM plan includes the helpdesk/ticketing feature — not all plans do. Also, confirm that tickets exist in your account and that your API key belongs to a user with access to the helpdesk module.

Permission errors

chevron-rightI see a 403 Forbidden errorhashtag

This usually means the AgileCRM user account associated with your API key doesn't have permission to access the entity you're trying to import. Check that your user has admin-level or appropriate role permissions in AgileCRM. Only admin users can access all entities via the API.

circle-exclamation

Data discrepancies

chevron-rightTimestamps look wrong or unreadablehashtag

AgileCRM returns timestamps as Unix epoch values (milliseconds). You'll need to convert these in your destination tool. In Google Sheets, you can use a formula like =(A1/1000/86400)+DATE(1970,1,1) and format the cell as a date.

chevron-rightDeal counts in Coupler.io don't match what I see in AgileCRMhashtag

AgileCRM's UI may apply default filters (such as showing only open deals) that aren't applied in the API. Coupler.io returns all records unless filters are applied. Check whether deleted or archived deals are being included in your export.

Rate limits

chevron-rightMy sync fails with a rate limit errorhashtag

AgileCRM enforces API rate limits that vary by plan. If you're hitting rate limits, try scheduling your syncs less frequently or during off-peak hours. Avoid running multiple AgileCRM data flows at the same time, as each one counts toward your API quota.

Last updated

Was this helpful?