What’s Included in Bot Exports
When you export a bot, the following elements are included:Flow Data
- All blocks: Every block in your bot flow with their configurations
- Connections: How blocks are linked together
- Variables: All custom variables and their settings
- Conditional logic: If/then conditions and routing rules
Bot Settings
- General settings: Bot name, description, and basic configurations
- Theme settings: Colors, fonts, and visual customizations
- Behavior settings: Typing delays, transitions, and user experience options
- Integration configurations: Block settings (but not credentials)
What’s NOT Included
- Credentials: Security credentials are never exported
- Response data: User submissions and chat logs
- Analytics: Performance metrics and statistics
- Published URLs: Deployment-specific configurations
Exported bots are completely portable but will need new credentials configured when imported into
different workspaces.
Export Naming
Exported files are automatically named using the format:lead-generation-bot-2024-01-15.json
File Format
Bot exports use JSON format with the following structure:- Metadata: Bot information and export details
- Blocks: Array of all bot blocks with configurations
- Edges: Connections between blocks
- Variables: Custom variables and settings
- Theme: Visual styling configuration
How to Export a Bot
From Bot Editor
- Open the bot you want to export in the editor
- Click on Settings in the top navigation
- Navigate to the Export section
- Click Export bot
- Choose your export options (if available)
- Download the generated JSON file
From Workspace Dashboard
- Find the bot in your workspace dashboard
- Click the More menu (three dots) on the bot card
- Select Export from the dropdown menu
- The bot JSON file will be downloaded automatically