2 weeks ago
I created a workato API. I need to send quite a bit of data through the api (say up to 32K) but Im getting a 414 error.
It isnt calling the underlying API so workato is rejecting the call outright. I can make the call with the same size data to other non workato apis.
Does anyone have an idea of how to resolve this?
Thanks!
a week ago
got help directly from workato support. The answer was to switch the API from a get to a post. The data needs to be in the body and has a 1mb limit.