2
0

📝 Add flow share docs

This commit is contained in:
Baptiste Arnaud
2023-12-04 15:23:50 +01:00
parent eeac493387
commit e228f682f5
6 changed files with 28 additions and 8 deletions

View File

@ -29,6 +29,10 @@ Then you can give the OpenAI block access to this sequence of messages:
This action allows you to transform a text input into an audio URL that you can reuse in your bot. This action allows you to transform a text input into an audio URL that you can reuse in your bot.
:::note
The generated audio URLs are temporary and expire after 7 days. If you need to store them, make sure to download them before they expire.
:::
<div <div
style={{ style={{
position: 'relative', position: 'relative',
@ -48,6 +52,7 @@ This action allows you to transform a text input into an audio URL that you can
left: 0, left: 0,
width: '100%', width: '100%',
height: '100%', height: '100%',
marginBottom: '1rem',
}} }}
/> />
</div> </div>

View File

@ -0,0 +1,15 @@
# Publish
Once you publish your bot, its public URL will work and you can send it to anyone and start collecting results.
You can always modify your bot and the new changes won't be published as long as you don't hit the Publish button again.
<img
src="/img/publish.png"
width="400"
alt="Publish menu"
/>
- "Restore published version": drop your current changes and revert the bot to its published version.
- "Close typebot to new responses": close your typebot and your users will see the following message: "This bot is now closed."
- "Unpublish typebot": mark the typebot as unpublished and your users will see the following message: "The bot you're looking for doesn't exist"

View File

@ -1,15 +1,15 @@
# Share # Share
Once you publish your bot, its public URL will work and you can send it to anyone and start collecting results. Your typebot flow can be publicly shared. For this, open the Share menu and enable the `Make the flow publicly available` option:
You can always modify your bot and the new changes won't be published as long as you don't hit the Publish button again.
<img <img
src="/img/share.png" src="/img/share.png"
width="400" alt="Share menu"
alt="Publish menu"
/> />
- "Restore published version": drop your current changes and revert the bot to its published version. The flow can then be tested by non-authenticated guests. They are able to check all the options and can play the bot in preview mode.
- "Close typebot to new responses": close your typebot and your users will see the following message: "This bot is now closed."
- "Unpublish typebot": mark the typebot as unpublished and your users will see the following message: "The bot you're looking for doesn't exist" <img
src="/img/guest-editor.png"
alt="Guest editor"
/>

BIN
apps/docs/static/img/guest-editor.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

BIN
apps/docs/static/img/publish.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 147 KiB