🚀 (whatsapp) Remove beta status
This commit is contained in:
@@ -3,8 +3,6 @@ sidebarTitle: Overview
|
||||
title: WhatsApp
|
||||
---
|
||||
|
||||
WhatsApp integration is currently in beta. If you encounter any issue, please contact me directly using the Bubble in app.typebot.io.
|
||||
|
||||
## Preview
|
||||
|
||||
You can preview and test your bot by clicking on the Preview button in the editor and change the runtime to "WhatsApp".
|
||||
|
||||
@@ -13969,32 +13969,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"resultExample": {
|
||||
"allOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"This is a sample result, it has been generated ⬇️"
|
||||
]
|
||||
},
|
||||
"Submitted at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"message",
|
||||
"Submitted at"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "object",
|
||||
"additionalProperties": {},
|
||||
"description": "Can contain any fields."
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user