#CryptoFidget-webhook-event
1 messages · Page 1 of 1 (latest)
yes.
I see in the dashboard on an intent:
just check this:
evt_3LDBw0F5H7jp1uQl02qyRWkQ
on Response
ERR
why there is ERR and not "succeed" ?
Seems like the delivery is failing to one of your endpoint
https://augmentedbusiness.cards/webhook
my endpoint does this:
response.status(200);
200 => should be OK right?
or do I have to response with a json?
I'm not sure if you need to call .send(...) on res explicitly
Can you test it out quickly?