As seen in the following photo I am only allowed up to 16 items in the Webhook response. Before I try utilizing these fields all in the body am I limited by just the custom headers to 16 items or also by utilizing the JSON form of this in the body?
I wasn’t aware of this limit. However, upon downloading the blueprint, I observed that it is indeed configured to not exceed that amount. Theoretically, there isn’t a limit on the number of headers that can be set, but in practice, servers can encounter issues when there are too many headers or the headers size exceeds a certain amount. (Reference) I assume that this is the reason why the limit has been set to a maximum of 16 in Make, to prevent any issues with server limits.
This limit is not something you would have when you put this data in the body of the request as JSON.
Glenn - Callinetic
The solution was to just enter the JSON data in the body! Thanks for the help on this
So proud of you for figuring this problem out with the help of @Callinetic. It’s so fulfilling to see that you were able not only to solve this but also to improve your skills.
Also thanks a lot for coming back here and sharing this information with us. This way we keep our community healthy and organized for other users.
Keep up the great work!