Skip to main content
Question

Unable to receive raw response from post webhook request

  • October 12, 2024
  • 1 reply
  • 11 views

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????

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Forum|alt.badge.img

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.