Export Chatbot

The Export Block feature allows users to export a specific block within the application to their local computer in JSON format. This functionality provides a flexible way to backup, share, or modify block content outside of the application.

The export block feature allows users to export the configuration of a specific block within a chatbot flow to a JSON file. This file can then be imported back into the platform or used for reference purposes. You find the export option in the bottom side menu.

Exported Data

The exported JSON file will contain the following data for the selected block:

  • Status: A boolean value indicating if there are any errors associated with the block configuration (true - no errors, false - errors exist)

  • Data: An object containing detailed information about the block

Last updated