"description":"To initiate a chat, do not provide a `sessionId` nor a `message`.\n\nContinue the conversation by providing the `sessionId` and the `message` that should answer the previous question.\n\nSet the `isPreview` option to `true` to chat with the non-published version of the typebot.",
"description":"Expiration delay in hours after latest interaction"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
"theme":{
"type":"object",
"properties":{
"general":{
"type":"object",
"properties":{
"font":{
"type":"string"
},
"background":{
"type":"object",
"properties":{
"type":{
"type":"string",
"enum":[
"Color",
"Image",
"None"
]
},
"content":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
"chat":{
"type":"object",
"properties":{
"hostAvatar":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"url":{
"type":"string"
}
},
"additionalProperties":false
},
"guestAvatar":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"url":{
"type":"string"
}
},
"additionalProperties":false
},
"hostBubbles":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
}
},
"additionalProperties":false
},
"guestBubbles":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
}
},
"additionalProperties":false
},
"buttons":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
}
},
"additionalProperties":false
},
"inputs":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
},
"placeholderColor":{
"type":"string"
}
},
"additionalProperties":false
},
"roundness":{
"type":"string",
"enum":[
"none",
"medium",
"large"
]
}
},
"additionalProperties":false
},
"customCss":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"version",
"id",
"groups",
"events",
"edges",
"variables",
"settings",
"theme"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"version":{
"type":"string",
"enum":[
"6"
]
},
"id":{
"type":"string"
},
"groups":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"title":{
"type":"string"
},
"graphCoordinates":{
"type":"object",
"properties":{
"x":{
"type":"number"
},
"y":{
"type":"number"
}
},
"required":[
"x",
"y"
],
"additionalProperties":false
},
"blocks":{
"type":"array",
"items":{
"anyOf":[
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"text"
]
},
"content":{
"type":"object",
"properties":{
"html":{
"type":"string"
},
"richText":{
"type":"array"
},
"plainText":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"image"
]
},
"content":{
"type":"object",
"properties":{
"url":{
"type":"string"
},
"clickLink":{
"type":"object",
"properties":{
"url":{
"type":"string"
},
"alt":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"video"
]
},
"content":{
"type":"object",
"properties":{
"url":{
"type":"string"
},
"id":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"url",
"youtube",
"vimeo"
]
},
"height":{
"anyOf":[
{
"type":"number"
},
{}
]
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"embed"
]
},
"content":{
"type":"object",
"properties":{
"url":{
"type":"string"
},
"height":{
"anyOf":[
{
"type":"number"
},
{}
]
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"audio"
]
},
"content":{
"type":"object",
"properties":{
"url":{
"type":"string"
},
"isAutoplayEnabled":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"text input"
]
},
"options":{
"type":"object",
"properties":{
"labels":{
"type":"object",
"properties":{
"placeholder":{
"type":"string"
},
"button":{
"type":"string"
}
},
"additionalProperties":false
},
"variableId":{
"type":"string"
},
"isLong":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"choice input"
]
},
"items":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"content":{
"type":"string"
},
"displayCondition":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"condition":{
"type":"object",
"properties":{
"logicalOperator":{
"type":"string",
"enum":[
"OR",
"AND"
]
},
"comparisons":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"comparisonOperator":{
"type":"string",
"enum":[
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set",
"Is empty",
"Starts with",
"Ends with",
"Matches regex",
"Does not match regex"
]
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isMultipleChoice":{
"type":"boolean"
},
"buttonLabel":{
"type":"string"
},
"dynamicVariableId":{
"type":"string"
},
"isSearchable":{
"type":"boolean"
},
"searchInputPlaceholder":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type",
"items"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"email input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"labels":{
"type":"object",
"properties":{
"placeholder":{
"type":"string"
},
"button":{
"type":"string"
}
},
"additionalProperties":false
},
"retryMessageContent":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"number input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"labels":{
"type":"object",
"properties":{
"placeholder":{
"type":"string"
},
"button":{
"type":"string"
}
},
"additionalProperties":false
},
"min":{
"anyOf":[
{
"type":"number"
},
{}
]
},
"max":{
"anyOf":[
{
"type":"number"
},
{}
]
},
"step":{
"anyOf":[
{
"type":"number"
},
{}
]
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"url input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"labels":{
"type":"object",
"properties":{
"placeholder":{
"type":"string"
},
"button":{
"type":"string"
}
},
"additionalProperties":false
},
"retryMessageContent":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"phone number input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"labels":{
"type":"object",
"properties":{
"placeholder":{
"type":"string"
},
"button":{
"type":"string"
}
},
"additionalProperties":false
},
"retryMessageContent":{
"type":"string"
},
"defaultCountryCode":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"date input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"labels":{
"type":"object",
"properties":{
"button":{
"type":"string"
},
"from":{
"type":"string"
},
"to":{
"type":"string"
}
},
"additionalProperties":false
},
"hasTime":{
"type":"boolean"
},
"isRange":{
"type":"boolean"
},
"format":{
"type":"string"
},
"min":{
"type":"string"
},
"max":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"payment input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"provider":{
"type":"string",
"enum":[
"Stripe"
]
},
"labels":{
"type":"object",
"properties":{
"button":{
"type":"string"
},
"success":{
"type":"string"
}
},
"additionalProperties":false
},
"additionalInformation":{
"type":"object",
"properties":{
"description":{
"type":"string"
},
"name":{
"type":"string"
},
"email":{
"type":"string"
},
"phoneNumber":{
"type":"string"
},
"address":{
"type":"object",
"properties":{
"country":{
"type":"string"
},
"line1":{
"type":"string"
},
"line2":{
"type":"string"
},
"state":{
"type":"string"
},
"city":{
"type":"string"
},
"postalCode":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
"credentialsId":{
"type":"string"
},
"currency":{
"type":"string"
},
"amount":{
"type":"string"
},
"retryMessageContent":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"rating input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"buttonType":{
"anyOf":[
{
"type":"string",
"enum":[
"Icons"
]
},
{
"type":"string",
"enum":[
"Numbers"
]
}
]
},
"length":{
"type":"number"
},
"labels":{
"type":"object",
"properties":{
"left":{
"type":"string"
},
"right":{
"type":"string"
},
"button":{
"type":"string"
}
},
"additionalProperties":false
},
"customIcon":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"svg":{
"type":"string"
}
},
"additionalProperties":false
},
"isOneClickSubmitEnabled":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"file input"
]
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isRequired":{
"type":"boolean"
},
"isMultipleAllowed":{
"type":"boolean"
},
"labels":{
"type":"object",
"properties":{
"placeholder":{
"type":"string"
},
"button":{
"type":"string"
},
"clear":{
"type":"string"
},
"skip":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"picture choice input"
]
},
"items":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"pictureSrc":{
"type":"string"
},
"title":{
"type":"string"
},
"description":{
"type":"string"
},
"displayCondition":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"condition":{
"type":"object",
"properties":{
"logicalOperator":{
"type":"string",
"enum":[
"OR",
"AND"
]
},
"comparisons":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"comparisonOperator":{
"type":"string",
"enum":[
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set",
"Is empty",
"Starts with",
"Ends with",
"Matches regex",
"Does not match regex"
]
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"options":{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isMultipleChoice":{
"type":"boolean"
},
"isSearchable":{
"type":"boolean"
},
"buttonLabel":{
"type":"string"
},
"searchInputPlaceholder":{
"type":"string"
},
"dynamicItems":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"titlesVariableId":{
"type":"string"
},
"descriptionsVariableId":{
"type":"string"
},
"pictureSrcsVariableId":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type",
"items"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Code"
]
},
"options":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"content":{
"type":"string"
},
"shouldExecuteInParentContext":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Condition"
]
},
"items":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"content":{
"type":"object",
"properties":{
"logicalOperator":{
"type":"string",
"enum":[
"OR",
"AND"
]
},
"comparisons":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"comparisonOperator":{
"type":"string",
"enum":[
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set",
"Is empty",
"Starts with",
"Ends with",
"Matches regex",
"Does not match regex"
]
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
}
},
"additionalProperties":false
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"options":{
"not":{}
}
},
"required":[
"id",
"type",
"items"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Redirect"
]
},
"options":{
"type":"object",
"properties":{
"url":{
"type":"string"
},
"isNewTab":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Set variable"
]
},
"options":{
"anyOf":[
{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isExecutedOnClient":{
"type":"boolean"
},
"type":{
"not":{}
},
"expressionToEvaluate":{
"type":"string"
},
"isCode":{
"type":"boolean"
}
},
"additionalProperties":false
},
{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isExecutedOnClient":{
"type":"boolean"
},
"type":{
"type":"string",
"enum":[
"Today",
"Now",
"Yesterday",
"Tomorrow",
"Moment of the day",
"Empty",
"Environment name",
"User ID",
"Random ID",
"Phone number",
"Contact name"
]
}
},
"required":[
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isExecutedOnClient":{
"type":"boolean"
},
"type":{
"type":"string",
"enum":[
"Custom"
]
},
"expressionToEvaluate":{
"type":"string"
},
"isCode":{
"type":"boolean"
}
},
"required":[
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isExecutedOnClient":{
"type":"boolean"
},
"type":{
"type":"string",
"enum":[
"Map item with same index"
]
},
"mapListItemParams":{
"type":"object",
"properties":{
"baseItemVariableId":{
"type":"string"
},
"baseListVariableId":{
"type":"string"
},
"targetListVariableId":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"variableId":{
"type":"string"
},
"isExecutedOnClient":{
"type":"boolean"
},
"type":{
"type":"string",
"enum":[
"Append value(s)"
]
},
"item":{
"type":"string"
}
},
"required":[
"type"
],
"additionalProperties":false
}
]
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Typebot link"
]
},
"options":{
"type":"object",
"properties":{
"typebotId":{
"type":"string"
},
"groupId":{
"type":"string"
},
"mergeResults":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Wait"
]
},
"options":{
"type":"object",
"properties":{
"secondsToWaitFor":{
"type":"string"
},
"shouldPause":{
"type":"boolean"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Jump"
]
},
"options":{
"type":"object",
"properties":{
"groupId":{
"type":"string"
},
"blockId":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"AB test"
]
},
"items":{
"type":"array",
"minItems":2,
"maxItems":2,
"items":[
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"path":{
"type":"string",
"enum":[
"a"
]
}
},
"required":[
"id",
"path"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"path":{
"type":"string",
"enum":[
"b"
]
}
},
"required":[
"id",
"path"
],
"additionalProperties":false
}
]
},
"options":{
"type":"object",
"properties":{
"aPercent":{
"type":"number",
"minimum":0,
"maximum":100
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type",
"items"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Chatwoot"
]
},
"options":{
"type":"object",
"properties":{
"task":{
"type":"string",
"enum":[
"Show widget",
"Close widget"
]
},
"baseUrl":{
"type":"string"
},
"websiteToken":{
"type":"string"
},
"user":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"email":{
"type":"string"
},
"name":{
"type":"string"
},
"avatarUrl":{
"type":"string"
},
"phoneNumber":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Google Analytics"
]
},
"options":{
"type":"object",
"properties":{
"trackingId":{
"type":"string"
},
"category":{
"type":"string"
},
"action":{
"type":"string"
},
"label":{
"type":"string"
},
"value":{
"anyOf":[
{
"type":"number"
},
{}
]
},
"sendTo":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Google Sheets"
]
},
"options":{
"anyOf":[
{
"type":"object",
"properties":{
"credentialsId":{
"type":"string"
},
"sheetId":{
"type":"string"
},
"spreadsheetId":{
"type":"string"
},
"action":{
"type":"string",
"enum":[
"Get data from sheet"
]
},
"filter":{
"type":"object",
"properties":{
"comparisons":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"column":{
"type":"string"
},
"comparisonOperator":{
"type":"string",
"enum":[
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set",
"Is empty",
"Starts with",
"Ends with",
"Matches regex",
"Does not match regex"
]
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"logicalOperator":{
"type":"string",
"enum":[
"OR",
"AND"
]
}
},
"additionalProperties":false
},
"cellsToExtract":{
"type":"array",
"items":{
"type":"object",
"properties":{
"column":{
"type":"string"
},
"id":{
"type":"string"
},
"variableId":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"totalRowsToExtract":{
"type":"string",
"enum":[
"All",
"First",
"Last",
"Random"
]
}
},
"required":[
"action"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"credentialsId":{
"type":"string"
},
"sheetId":{
"type":"string"
},
"spreadsheetId":{
"type":"string"
},
"action":{
"type":"string",
"enum":[
"Insert a row"
]
},
"cellsToInsert":{
"type":"array",
"items":{
"type":"object",
"properties":{
"column":{
"type":"string"
},
"value":{
"type":"string"
},
"id":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
}
},
"required":[
"action"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"credentialsId":{
"type":"string"
},
"sheetId":{
"type":"string"
},
"spreadsheetId":{
"type":"string"
},
"action":{
"type":"string",
"enum":[
"Update a row"
]
},
"cellsToUpsert":{
"type":"array",
"items":{
"type":"object",
"properties":{
"column":{
"type":"string"
},
"value":{
"type":"string"
},
"id":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"filter":{
"type":"object",
"properties":{
"comparisons":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"column":{
"type":"string"
},
"comparisonOperator":{
"type":"string",
"enum":[
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set",
"Is empty",
"Starts with",
"Ends with",
"Matches regex",
"Does not match regex"
]
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"logicalOperator":{
"type":"string",
"enum":[
"OR",
"AND"
]
}
},
"additionalProperties":false
}
},
"required":[
"action"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"credentialsId":{
"type":"string"
},
"sheetId":{
"type":"string"
},
"spreadsheetId":{
"type":"string"
},
"action":{
"not":{}
}
},
"additionalProperties":false
}
]
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Make.com"
]
},
"options":{
"type":"object",
"properties":{
"variablesForTest":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"responseVariableMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"bodyPath":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"isAdvancedConfig":{
"type":"boolean"
},
"isCustomBody":{
"type":"boolean"
},
"isExecutedOnClient":{
"type":"boolean"
},
"webhook":{
"type":"object",
"properties":{
"queryParams":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"headers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"method":{
"type":"string",
"enum":[
"POST",
"GET",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"CONNECT",
"OPTIONS",
"TRACE"
]
},
"url":{
"type":"string"
},
"body":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"OpenAI"
]
},
"options":{
"anyOf":[
{
"type":"object",
"properties":{
"task":{
"not":{}
},
"credentialsId":{
"type":"string"
},
"baseUrl":{
"type":"string"
},
"apiVersion":{
"type":"string"
}
},
"additionalProperties":false
},
{
"type":"object",
"properties":{
"task":{
"type":"string",
"enum":[
"Create chat completion"
]
},
"model":{
"type":"string"
},
"messages":{
"type":"array",
"items":{
"anyOf":[
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"role":{
"type":"string",
"enum":[
"system",
"user",
"assistant"
]
},
"content":{
"type":"string"
},
"name":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"role":{
"type":"string",
"enum":[
"Messages sequence ✨"
]
},
"content":{
"type":"object",
"properties":{
"assistantMessagesVariableId":{
"type":"string"
},
"userMessagesVariableId":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"role"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"role":{
"type":"string",
"enum":[
"Dialogue"
]
},
"dialogueVariableId":{
"type":"string"
},
"startsBy":{
"type":"string",
"enum":[
"user",
"assistant"
]
}
},
"required":[
"id",
"role"
],
"additionalProperties":false
}
]
}
},
"advancedSettings":{
"type":"object",
"properties":{
"temperature":{
"anyOf":[
{
"type":"number"
},
{}
]
}
},
"additionalProperties":false
},
"responseMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"valueToExtract":{
"type":"string",
"enum":[
"Message content",
"Total tokens"
]
},
"variableId":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"credentialsId":{
"type":"string"
},
"baseUrl":{
"type":"string"
},
"apiVersion":{
"type":"string"
}
},
"required":[
"task"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"task":{
"type":"string",
"enum":[
"Create image"
]
},
"prompt":{
"type":"string"
},
"advancedOptions":{
"type":"object",
"properties":{
"size":{
"type":"string",
"enum":[
"256x256",
"512x512",
"1024x1024"
]
}
},
"additionalProperties":false
},
"responseMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"valueToExtract":{
"type":"string",
"enum":[
"Image URL"
]
},
"variableId":{
"type":"string"
}
},
"required":[
"id",
"valueToExtract"
],
"additionalProperties":false
}
},
"credentialsId":{
"type":"string"
},
"baseUrl":{
"type":"string"
},
"apiVersion":{
"type":"string"
}
},
"required":[
"task",
"advancedOptions",
"responseMapping"
],
"additionalProperties":false
}
]
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Pabbly"
]
},
"options":{
"type":"object",
"properties":{
"variablesForTest":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"responseVariableMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"bodyPath":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"isAdvancedConfig":{
"type":"boolean"
},
"isCustomBody":{
"type":"boolean"
},
"isExecutedOnClient":{
"type":"boolean"
},
"webhook":{
"type":"object",
"properties":{
"queryParams":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"headers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"method":{
"type":"string",
"enum":[
"POST",
"GET",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"CONNECT",
"OPTIONS",
"TRACE"
]
},
"url":{
"type":"string"
},
"body":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Email"
]
},
"options":{
"type":"object",
"properties":{
"credentialsId":{
"type":"string"
},
"isCustomBody":{
"type":"boolean"
},
"isBodyCode":{
"type":"boolean"
},
"recipients":{
"type":"array",
"items":{
"type":"string"
}
},
"subject":{
"type":"string"
},
"body":{
"type":"string"
},
"replyTo":{
"type":"string"
},
"cc":{
"type":"array",
"items":{
"type":"string"
}
},
"bcc":{
"type":"array",
"items":{
"type":"string"
}
},
"attachmentsVariableId":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Webhook"
]
},
"options":{
"type":"object",
"properties":{
"variablesForTest":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"responseVariableMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"bodyPath":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"isAdvancedConfig":{
"type":"boolean"
},
"isCustomBody":{
"type":"boolean"
},
"isExecutedOnClient":{
"type":"boolean"
},
"webhook":{
"type":"object",
"properties":{
"queryParams":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"headers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"method":{
"type":"string",
"enum":[
"POST",
"GET",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"CONNECT",
"OPTIONS",
"TRACE"
]
},
"url":{
"type":"string"
},
"body":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Zapier"
]
},
"options":{
"type":"object",
"properties":{
"variablesForTest":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"responseVariableMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"variableId":{
"type":"string"
},
"bodyPath":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"isAdvancedConfig":{
"type":"boolean"
},
"isCustomBody":{
"type":"boolean"
},
"isExecutedOnClient":{
"type":"boolean"
},
"webhook":{
"type":"object",
"properties":{
"queryParams":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"headers":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"method":{
"type":"string",
"enum":[
"POST",
"GET",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"CONNECT",
"OPTIONS",
"TRACE"
]
},
"url":{
"type":"string"
},
"body":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Pixel"
]
},
"options":{
"anyOf":[
{
"type":"object",
"properties":{
"pixelId":{
"type":"string"
},
"isInitSkip":{
"type":"boolean"
},
"params":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"eventType":{
"not":{}
}
},
"additionalProperties":false
},
{
"type":"object",
"properties":{
"pixelId":{
"type":"string"
},
"isInitSkip":{
"type":"boolean"
},
"params":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"eventType":{
"type":"string",
"enum":[
"Lead",
"Contact",
"CompleteRegistration",
"Schedule",
"SubmitApplication",
"ViewContent",
"AddPaymentInfo",
"AddToCart",
"AddToWishlist",
"CustomizeProduct",
"Donate",
"FindLocation",
"InitiateCheckout",
"Purchase",
"Search",
"StartTrial",
"Subscribe"
]
}
},
"required":[
"eventType"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"pixelId":{
"type":"string"
},
"isInitSkip":{
"type":"boolean"
},
"params":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"key":{
"type":"string"
},
"value":{}
},
"required":[
"id"
],
"additionalProperties":false
}
},
"eventType":{
"type":"string",
"enum":[
"Custom"
]
},
"name":{
"type":"string"
}
},
"required":[
"eventType"
],
"additionalProperties":false
}
]
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"type":{
"type":"string",
"enum":[
"Zemantic AI"
]
},
"blockId":{
"type":"string"
},
"options":{
"type":"object",
"properties":{
"credentialsId":{
"type":"string"
},
"projectId":{
"type":"string"
},
"systemPrompt":{
"type":"string"
},
"prompt":{
"type":"string"
},
"query":{
"type":"string"
},
"maxResults":{
"type":"integer"
},
"responseMapping":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"valueToExtract":{
"type":"string",
"enum":[
"Summary",
"Results"
]
},
"variableId":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
}
},
"additionalProperties":false
}
},
"required":[
"id",
"type"
],
"additionalProperties":false
}
]
}
}
},
"required":[
"id",
"title",
"graphCoordinates",
"blocks"
],
"additionalProperties":false
}
},
"events":{
"type":"array",
"minItems":1,
"maxItems":1,
"items":[
{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"outgoingEdgeId":{
"type":"string"
},
"graphCoordinates":{
"type":"object",
"properties":{
"x":{
"type":"number"
},
"y":{
"type":"number"
}
},
"required":[
"x",
"y"
],
"additionalProperties":false
},
"type":{
"type":"string",
"enum":[
"start"
]
}
},
"required":[
"id",
"graphCoordinates",
"type"
],
"additionalProperties":false
}
]
},
"edges":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"from":{
"anyOf":[
{
"type":"object",
"properties":{
"blockId":{
"type":"string"
},
"itemId":{
"type":"string"
}
},
"required":[
"blockId"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"eventId":{
"type":"string"
}
},
"required":[
"eventId"
],
"additionalProperties":false
}
]
},
"to":{
"type":"object",
"properties":{
"groupId":{
"type":"string"
},
"blockId":{
"type":"string"
}
},
"required":[
"groupId"
],
"additionalProperties":false
}
},
"required":[
"id",
"from",
"to"
],
"additionalProperties":false
}
},
"variables":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"name":{
"type":"string"
},
"value":{
"anyOf":[
{
"type":"string"
},
{
"type":"array",
"items":{
"type":"string",
"nullable":true
}
}
],
"nullable":true
}
},
"required":[
"id",
"name"
],
"additionalProperties":false
}
},
"settings":{
"type":"object",
"properties":{
"general":{
"type":"object",
"properties":{
"isBrandingEnabled":{
"type":"boolean"
},
"isTypingEmulationEnabled":{
"type":"boolean"
},
"isInputPrefillEnabled":{
"type":"boolean"
},
"isHideQueryParamsEnabled":{
"type":"boolean"
},
"isNewResultOnRefreshEnabled":{
"type":"boolean"
},
"rememberUser":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"storage":{
"type":"string",
"enum":[
"session",
"local"
]
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
"typingEmulation":{
"type":"object",
"properties":{
"enabled":{
"type":"boolean"
},
"speed":{
"type":"number"
},
"maxDelay":{
"type":"number"
}
},
"additionalProperties":false
},
"metadata":{
"type":"object",
"properties":{
"title":{
"type":"string"
},
"description":{
"type":"string"
},
"imageUrl":{
"type":"string"
},
"favIconUrl":{
"type":"string"
},
"customHeadCode":{
"type":"string"
},
"googleTagManagerId":{
"type":"string"
}
},
"additionalProperties":false
},
"whatsApp":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"startCondition":{
"type":"object",
"properties":{
"logicalOperator":{
"type":"string",
"enum":[
"OR",
"AND"
]
},
"comparisons":{
"type":"array",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string"
},
"comparisonOperator":{
"type":"string",
"enum":[
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set",
"Is empty",
"Starts with",
"Ends with",
"Matches regex",
"Does not match regex"
]
},
"value":{
"type":"string"
}
},
"required":[
"id"
],
"additionalProperties":false
}
}
},
"required":[
"logicalOperator",
"comparisons"
],
"additionalProperties":false
},
"sessionExpiryTimeout":{
"type":"number",
"maximum":48,
"minimum":0.01,
"description":"Expiration delay in hours after latest interaction"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
"theme":{
"type":"object",
"properties":{
"general":{
"type":"object",
"properties":{
"font":{
"type":"string"
},
"background":{
"type":"object",
"properties":{
"type":{
"type":"string",
"enum":[
"Color",
"Image",
"None"
]
},
"content":{
"type":"string"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
"chat":{
"type":"object",
"properties":{
"hostAvatar":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"url":{
"type":"string"
}
},
"additionalProperties":false
},
"guestAvatar":{
"type":"object",
"properties":{
"isEnabled":{
"type":"boolean"
},
"url":{
"type":"string"
}
},
"additionalProperties":false
},
"hostBubbles":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
}
},
"additionalProperties":false
},
"guestBubbles":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
}
},
"additionalProperties":false
},
"buttons":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
}
},
"additionalProperties":false
},
"inputs":{
"type":"object",
"properties":{
"backgroundColor":{
"type":"string"
},
"color":{
"type":"string"
},
"placeholderColor":{
"type":"string"
}
},
"additionalProperties":false
},
"roundness":{
"type":"string",
"enum":[
"none",
"medium",
"large"
]
}
},
"additionalProperties":false
},
"customCss":{
"type":"string"
}
},
"additionalProperties":false
}
},
"required":[
"version",
"id",
"groups",
"events",
"edges",
"variables",
"settings",
"theme"
],
"additionalProperties":false
}
]
},
{
"type":"string"
}
],
"description":"Either a Typebot ID or a Typebot object. If you provide a Typebot object, it will be executed in preview mode. ([How can I find my typebot ID?](https://docs.typebot.io/api#how-to-find-my-typebotid))."
},
"isPreview":{
"type":"boolean",
"description":"If set to `true`, it will start a Preview session with the unpublished bot and it won't be saved in the Results tab. You need to be authenticated with a bearer token for this to work."
},
"resultId":{
"type":"string",
"description":"Provide it if you'd like to overwrite an existing result."
},
"prefilledVariables":{
"type":"object",
"additionalProperties":{},
"description":"[More info about prefilled variables.](https://docs.typebot.io/editor/variables#prefilled-variables)"
},
"isStreamEnabled":{
"type":"boolean",
"description":"Set this to `true` if you intend to stream OpenAI completions on a client."
},
"isOnlyRegistering":{
"type":"boolean",
"description":"If set to `true`, it will only register the session and not start the chat. This is used for other chat platform integration as it can require a session to be registered before sending the first message."
}
},
"required":[
"typebot"
]
},
{
"anyOf":[
{
"type":"object",
"properties":{
"startGroupId":{
"type":"string",
"description":"Start chat from a specific group."
},
"startEventId":{
"not":{}
}
},
"required":[
"startGroupId"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"startEventId":{
"type":"string",
"description":"Start chat from a specific event."
},
"startGroupId":{
"not":{}
}
},
"required":[
"startEventId"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{},
"additionalProperties":false
}
]
}
]
},
"clientLogs":{
"type":"array",
"items":{
"type":"object",
"properties":{
"status":{
"type":"string"
},
"description":{
"type":"string"
},
"details":{}
},
"required":[
"status",
"description"
],
"additionalProperties":false
},
"description":"Logs while executing client side actions"
"description":"Update chat session with latest typebot modifications. This is useful when you want to update the typebot in an ongoing session after making changes to it.",