While Creating a webhook subscription, I am getting an error of
I already read the dev Guide. But my question is where do I get the validation token? because in the dev guide there is no parameter passed as a validation token. There is only Url, events, delivery mode, transport, and address. Please help me with that.
Check the Getting Started code example. Here is the highlighted part showing how to just return the validation token in the header.
if (req.headers.hasOwnProperty("validation-token")) { res.setHeader('Content-type', 'application/json'); res.setHeader('Validation-Token', req.headers['validation-token']); res.statusCode = 200; res.end(); }
Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.
Download RingCentral Phone for Desktop:
Tip: switch to the "sandbox mode" before logging in the app:
7 People are following this question.