Our CRM has a API which I have successfully used for many purposes with Zapier using webhooks. Up until now, all GETs and PUTs have involved one record at a time. The CRM now has a the ability to request results of their internal reporting / query system that will produce many records at a time.
If I i call this using Postman (the mac app for testing API calls) I get a properly formatted array for each record.
If I call this using a Zapier webhook GET, I only get the first record of the array.
Both Postman and Zapier are using the exact same URL, query strings, etc, so I know the CRM is outputting it correctly, it’s just that Zapier is ignoring everything past the first record.
Thanks.