Common Issues

Connection issues

chevron-rightAuthorization fails after entering the API keyhashtag

Double-check that you copied the full API token from Capsule CRM without any trailing spaces. Tokens are found under My Preferences → API Authentication Tokens. If the token still doesn't work, try regenerating a new one and pasting it fresh.

chevron-rightThe data flow returns no data after a successful connectionhashtag

Check the start date setting in your data flow configuration. If the start date is set too far in the future, or if no records exist within the selected date range, the sync will return empty results. Use the date picker to set an earlier start date and re-run the flow.

Missing data

chevron-rightCustom fields are not appearing in my destinationhashtag

Custom fields are exported as a separate Custom fields entity in Coupler.io — they are not automatically merged into Parties or Opportunities. Add the Custom fields entity as an additional source in your data flow and use a Join transformation to connect records by their ID.

chevron-rightSome opportunities or parties are missing from the exporthashtag

This is usually caused by the start date filter. If a record was created before the configured start date, it may not be included. Try setting your start date further back using the date picker. Also check whether the missing records have been archived or deleted in Capsule CRM — archived records may not appear in API results.

chevron-rightLost reasons are not showing text — only IDs appearhashtag

The Opportunities entity stores lostReasonId as a reference ID, not the label text. To see reason names, add the Lost reasons entity as a second source in your data flow and use a Join transformation to match IDs to names.

Permission errors

chevron-rightAPI key works but certain entities return a permission errorhashtag

Some Capsule CRM plan tiers restrict access to certain features. If your account doesn't have access to Projects or Boards (for example), those entities will return errors. Check that your Capsule CRM subscription includes the features you're trying to export.

Data discrepancies

chevron-rightOpportunity values in Coupler.io don't match what I see in Capsule CRMhashtag

Capsule CRM stores opportunity values with a currency code. If your account uses multiple currencies, totals in your destination may not be converted — each row will carry its original currency. Aggregate values by currency first, or handle conversion in your destination tool.

chevron-rightContact records show duplicate entrieshashtag

Capsule CRM allows the same person to exist as both a Person and an Organization party type, or the same contact may have been added more than once. Use the type field to separate people from organizations, and check for duplicate entries by matching on email address.

Rate limits

chevron-rightThe sync fails midway with a rate limit errorhashtag

Capsule CRM's API enforces rate limits on requests. If you're syncing many large entities simultaneously, you may hit this ceiling. Try splitting your data flow into separate flows per entity, or reduce the number of entities running in a single sync.

Last updated

Was this helpful?