Batch API Updates In Make

Wheweee!! I have some operations that eat hundreads of updates and take quite some time.

But would be great if we could push batch updates to the API from make.com or other integrations to the glide tables :smiley:

You can, but not with the Make integration.

The API itself supports up to 500 mutations in a single call. To take advantage of that, you just need to prepare a JSON payload with all mutations, and send them from Make via a HTTP module.

Note that the advantage of that is it will save you on Make operations, it won’t have any effect on the number of Glide updates. Every mutation (change) counts as a separate update, even when they are all sent as a single API call.

1 Like