16
apps/docs/editor/export-import.mdx
Normal file
16
apps/docs/editor/export-import.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Export / Import a typebot
|
||||
icon: file-export
|
||||
---
|
||||
|
||||
A typebot flow can be exported to a JSON file using the menu button at the top right of the builder:
|
||||
|
||||
<Frame style={{ maxWidth: '400px' }}>
|
||||
<img src="/images/export_flow.png" alt="Export flow button" />
|
||||
</Frame>
|
||||
|
||||
Then this file can be imported when creating a new typebot by choosing "Import a file":
|
||||
|
||||
<Frame>
|
||||
<img src="/images/import_flow.png" alt="Import flow button" />
|
||||
</Frame>
|
||||
Reference in New Issue
Block a user