Skip to main content

I am using webhook to send out POST request and get response. However the response is very complicated and I want to process the raw response myself. But I cant seems to make zapier stop processing/ parsing my response as list of arrays. How can I achieve this? Do I really need to use custom integration because of this????

True. Zapier by default parses the response from Webhook.

Custom Integration is one option, but better to use Code By Zapier feature.

 

You can write simple code to make API call, with Auth Information and retrieve raw response.

 

Let me know how it works out.


Reply