Any Celigo users here figure out how to view the response sent to a WebHook Listener request?
t
Tyler Lamparter
04/17/2023, 4:01 PM
We're really just sending back a status code and nothing else
Tyler Lamparter
04/17/2023, 4:03 PM
You can modify what response code or body back is sent back if you need something other than 204.
c
Craig
04/17/2023, 6:28 PM
I'll use the debugger, it can only be manually set to run for a short amount of time though so I'll have to be awake in the early hours to make sure I cross over with the warehouse operations hours.
👍 1
e
Eric Popivker
04/18/2023, 9:11 AM
Another way would be to create a step that would forward request to something like: https://webhook.site
Eric Popivker
04/18/2023, 9:12 AM
or save to google sheet.
c
Craig
04/18/2023, 9:13 AM
Sheets might be a good shout, free and persistent.