Skip to main content
Best answer

Raw hooks vs web hooks

  • March 30, 2021
  • 1 reply
  • 3539 views

Can someone please explain the difference between a raw hook and a web hook? and when is it appropriate to use them?

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @Gabi 

Catch Hook Raw is unparsed data from the trigger app VS Catch Hook is parsed data from the trigger app

You’ll likely want to use Catch Hook for ease of accessing data points to map to the action steps.

 

Catch Hook Raw: Wait for a new POST, PUT, or GET to a Zapier URL.
Gives the request body unparsed (max 2 MB) and also includes headers.

 

TIP: When in doubt, test it out.

 

Check out the available Webhooks docs: https://zapier.com/apps/webhook/help

View original
Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31471 replies
  • Answer
  • March 30, 2021

Hi @Gabi 

Catch Hook Raw is unparsed data from the trigger app VS Catch Hook is parsed data from the trigger app

You’ll likely want to use Catch Hook for ease of accessing data points to map to the action steps.

 

Catch Hook Raw: Wait for a new POST, PUT, or GET to a Zapier URL.
Gives the request body unparsed (max 2 MB) and also includes headers.

 

TIP: When in doubt, test it out.

 

Check out the available Webhooks docs: https://zapier.com/apps/webhook/help