These are examples of how to solve common issues using a dialogue webhook:
- Give different replies based on the hour of the day -
/trigger-by-hour
.
You can play with the examples by issuing the following commands:
nvm use
npm install
npm start
curl http://localhost:8000/triger-by-hour # in another window
To test with Kindly you can use ngrok to tunnel webhooks to your local machine:
ngrok http 8000 # in another window
You can read more on using dialogue webhooks in our documentation.