upsert_contacts
Upsert one or more contacts for a contact owner.
Input fields
contacts (
[ContactImport!]!)
An array of ContactImport objects to upsert. The limit is 1000 contacts.
owner (
ContactOwnerInput!)
The owner to which these contacts should be upserted.
Return fields
failed (
[UpsertError!]!)
Detailed error information for UpsertItems that failed to upsert.
succeeded (
[UpsertItem!]!)
UpsertItems that have been successfully upserted.