Start node

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/34df2823-2a83-4489-961d-d9a3e4cae7ce/Untitled.png

Place in the section where the bot starts from. You cannot add or remove it, it just is always there.

Message to user

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4521a0a8-2951-44e8-9aa7-179f357137df/Untitled.png

We write any text in this block to display to the user.

See usage example below:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8a61dc02-5478-4688-a802-8ed5c6235f98/ezgif.com-gif-maker.gif

Waiting for user response

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/581812d7-d302-4dab-ac1a-8db3c427b0c3/Untitled.png

The block will send a message and wait for a text response from the user.

This block has built-in validation, for example, it can wait for the input of a phone number or email or a number in a certain range and will not skip the user if he enters something else. Click "Advanced Editing" and scroll down to the validation settings, select validation from the available options.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9e42d24b-ce95-45bc-a3a2-e319c78e116b/action.gif

Keyboard

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/106c0bca-66e7-485a-ade4-17b477720029/Untitled.png

Will send a message and give the user answer options using buttons. Used in 2 cases:

  1. When you need to enter text along with the button
  2. We put when you need to set a choice to the user

The simplest example: we have a fork in the scenario and we need to give the client the choice to choose the number 1 or 2.

For Viber it is possible to make the keyboard beautiful, read about it here Styling the keyboard in Viber

Action

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f139439c-a804-4ecc-b203-5d8502ba8fdc/Untitled.png

We set the action when it is necessary to link the bot logic with the action in the code (for example, request / receive data via API)

Read more Integration of Kwizbot with other systems [experimental] и Actions - building more complex logic using actions