Best answer

How to get the status of a Zapier Integration

  • 6 December 2022
  • 2 replies
  • 67 views

I would like to know how can I add error handling on the first step of my Zap, I’ve created a Zapier integration on developer.zapier but I would like to add error handling now.

icon

Best answer by MarinaH 7 December 2022, 00:24

View original

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

2 replies

Userlevel 4
Badge +9

Hey @jorge_mt9 👋

Custom error handling can be included when working in the CLI, or in Code Mode in the Visual Builder. More on error handling options here: https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md#error-handling 

If you prefer to work in the Visual Builder, you can use the skipThrowForStatus toggle under Advanced: https://cdn.zappy.app/dccef9294f64acc998fa3a6634f66390.png to allow you to add those error handling options in Code Mode for your triggers/actions; and return custom error messages for 400 and above responses.

Hope this points you in the right direction for next steps, let the Community know how you get on!

Hey @jorge_mt9 👋

Custom error handling can be included when working in the CLI, or in Code Mode in the Visual Builder. More on error handling options here: https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md#error-handling 

If you prefer to work in the Visual Builder, you can use the skipThrowForStatus toggle under Advanced: https://cdn.zappy.app/dccef9294f64acc998fa3a6634f66390.png to allow you to add those error handling options in Code Mode for your triggers/actions; and return custom error messages for 400 and above responses.

Hope this points you in the right direction for next steps, let the Community know how you get on!

Hi Marina

 

I think I formulated my question wrong, my question would be if there is a way to get the status of the whole zap (trigger and action), in my zapier integration.

 

Thanks!