publishBot
Deploy a Typebot chatbot to production using its unique bot ID via the MCP-Typebot server. Simplify publishing with a streamlined JSON interface for efficient bot management.
Instructions
Publica un Typebot existente
Input Schema
Name | Required | Description | Default |
---|---|---|---|
botId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"botId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"botId"
],
"type": "object"
}