Skip to main content

Candid Health connector

Back to the connector overview, authentication methods, and actions.
24 Sept 2026
data-syncData Sync support for eight collections - charge captures, coverages, encounters, insurance refunds, patients, payers, tasks and write-offs - so they can be pulled on a schedule. Tasks syncs incrementally via its updated_since filter; the other seven full-refresh because Candid exposes no updated-since filter on them. These eight list actions now use a plain request step instead of paginated_request, so a single call returns one provider page - the response envelope (item_count, items, next_page_token) rather than a pre-flattened array - and callers paginate with the page_token input, which is now wired through to the request. Data Sync walks every page via its own cursor paginator.