How to get status code from webhooks calls set on a button?

Hello,

We would like to show a feedback to the user when he clicked on a button that is linked to a webhook action. If the webhook answers with a 200, he would get an “Your request was sent” if else “Error, please try again later”.

How can we manage status code with the webhooks on Glide ?

Many thanks

Best

Paul

I’m afraid that’s not currently possible.

As @V88 said that’s not straightforward but if you have a scenario ready you can use error handlers to let your user know either by writing back to Sheet or send them an email.