Skip to content

Add bulkUpsertContacts method - #50

Merged
Johan-kitching merged 1 commit into
mainfrom
Upsert
Sep 11, 2026
Merged

Johan-kitching merged 1 commit into
mainfrom
Upsert

Conversation

@mariusdatakrag

Copy link
Copy Markdown
Contributor

Introduces a bulk create-or-update method for contacts and their nested records (products, bank accounts).

Unlike bulkUpdateContact, this method creates new contacts if their contact_number is unique, and new nested records if no matching ID or local_identifier is found. This enables comprehensive data synchronization, even when platform IDs for nested entities are not yet known.

Introduces a bulk create-or-update method for contacts and their nested records (products, bank accounts).

Unlike `bulkUpdateContact`, this method creates new contacts if their `contact_number` is unique, and new nested records if no matching ID or `local_identifier` is found. This enables comprehensive data synchronization, even when platform IDs for nested entities are not yet known.
@Johan-kitching
Johan-kitching merged commit bbdf10d into main Sep 11, 2026
3 checks passed
@mariusdatakrag
mariusdatakrag deleted the Upsert branch September 11, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants