Related Articles
Start & end blocks
Start The start element allows users to define the starting point of a specific conversation after the intent is recognised End The end element allows users to end the flow of a specific intent in multiple ways. 1. Redirect to other Intent The ...
Simple calculation
The simple calculation call block enables you to make simple calculations inside the bot.
REST
The REST function allows users and the bot to communicate and interact with online applications through a REST endpoint and to store the results for later use. Inputs Here you can define the inputs which you can then use in the path, headers and body ...
Validation Block
Definition The validation block is meant to validate your data in your flow design. This can be data inputted from the user, or data captured from an external system. The validation works like a condition block, but without multiple routes. This ...
Twilio voice
Step 1 To set up your voicebot on Twilio, you first need to generate a webhook by clicking on the generate button in the Twilio settings Step 2 Hereafter, the 'A call comes in' Webhook is needed: Step 3 This webhook must be copied and pasted into the ...