Bot Studio FAQs

Question: How to access Bot Studio?

Response: Drop an Email to the Console / Bot Builder team.

Provide the following information in the Email:

  1. WhatsApp account details
  2. Instagram account details
  3. Agent Assist required (Yes/No)

The bot Builder team will create an account for the above-requested details and login credentials of the unified console will be shared within 2 working days.


Question: How to create a chatbot on Bot Studio?

Response: Open Bot Studio, and create a journey using nodes, prompts, and action present in the Action and Prompts menu. Nodes can be added by clicking on the Add button on the connector or on the node as well.


Question: How to trigger a chatbot journey?

Response: To trigger/start a chatbot journey, set a trigger on the condition node in the configuration journey. The chatbot gets started as per the set trigger. For Instance: "Hello" is a trigger set on the condition node, as the trigger is added, a connector on the condition node appears, a call and return node having a particular journey can be added or a new journey can be created on the configuration journey as well.


Questions: How to jump from one journey to another?

Response: Use a Call and Return node to Jump from one Journey to another. On using the Call and Return node, the transfer is shifted from the ongoing journey to the called journey. Once the called journey is completely executed, the control is shifted back to the main journey.


Question: How to save and deploy a chatbot journey?

Response: Once a journey is created, you can save the journey/progress by clicking on the save button on the top right corner of the Bot Studio screen. A success message pops up on the screen once the journey is saved.


Question: How to create and manage APIs?

Response: APIs can be created on the Manage API screen. APIs can be created or a postman collection can be imported. Both options are provided on the screen.

Manage API can be accessed from the following places:

  1. Action and prompts menu lower end.
  2. On the canvas when the Action and Prompt menu is closed.
  3. On the API node.

Question: How to create and manage variables?

Response: Variables can be created on the Manage Variable screen. To create a variable, a variable name, data type and default value (optional) are to be provided. Once the variable is created, it can be used as per the requirement.

Manage Variables screen can be accessed from the following places:

  1. Action and prompts menu lower end.
  2. On the canvas when the Action and Prompt menu is closed.
  3. On the edit screen (left panel) of nodes where the user response can be stored in a variable.

NOTE: A variable created can't be edited or deleted except the default value. A new variable is to be created if there is any change required in a variable.