Skip to content

Start conversation

Guidone edited this page Jun 14, 2018 · 2 revisions

Sometimes it's useful to trigger a conversation after an external event, for example an http call or a sensor. The Conversation Node is used to initialize a conversation

Example Conversation

The configuration of the node requires the chatId of the recipient and the type of transport (Telegram, Facebook, Slack, etc). In order to get the chatId of the current user just use a Debug Node and grab it from the console log. In order to initiate a conversation the recipient must have started the chatbot.

Clone this wiki locally