Batch Create Contacts using REST API

Is there a way to create some kind of batch operations using the REST API? I am trying to sync MySQL database with Infusionsoft and it would be great if I can create for example 100 contacts with a single API call. This will save a lot of time and resources. The same functionality would be needed for the other items like Appointments,…

The alternative would be to create a Queued Actions to create a contacts and then using the REST Hooks to get updates on the action.

1 Like

While you can read multiple records, none of the three api implementations provide for writing multiple records. This goes for all record types including contacts, tags, etc…appointments are run through a google api so that’s a separate issue as well. you can, of course, use rest hooks to gather updates to a number of record types as they happen.

1 Like