I have a webhook that requires authentication. I'm trying to pass in the same Authorization header that works fine from a cURL call, but the webhook action is happily returning "sent successfully" when nothing is showing up on the target.
I don't have access to logs on the target end of things. Is it possible to get information about the response from the webhook automation action so I can begin to diagnose why this is failing?
Hi Charles,
Unfortunately you cannot get the response, this is by design as waiting for the response can cause performance impacts to your system (and in cloud others), as we do not know how long a request will take and will have to wait until it returns.
The best way for you to diagnose this would be to try and get the logs from the remote system to see what happen.
Thanks,
Scott.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.