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.