Any Celigo users here figure out how to view the r...
# integrations
c
Any Celigo users here figure out how to view the response sent to a WebHook Listener request?
t
We're really just sending back a status code and nothing else
You can modify what response code or body back is sent back if you need something other than 204.
c
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
Another way would be to create a step that would forward request to something like: https://webhook.site
or save to google sheet.
c
Sheets might be a good shout, free and persistent.