Browse Platform
Platform · Reference

End Node

The End Node is where the flow terminates and is where you define the **output** of your flow [see Start and End Nodes](/docs/platform/build/flows/start-and-end-nodes/). When branching logic you can have multiple End Nodes [see Branching]

1 min read

The End Node is where the flow terminates and is where you define the output of your flow see Start and End Nodes. When branching logic you can have multiple End Nodes [see Branching]

Properties

LabelPropertyTypeDescriptionDefault ValueIs Required
Output SchemaoutputSchemabotdojo/types/json_schemaObject
Show Property in ChatshowPropertyInChatbotdojo/types/stringWhen returning multiple properties, this is the property that will be displayed in the chat. Must be a string property at the root level of the output schema.null
Be default the End Node as one output called text_output
BotDojo interface shown in the End Node documentation.
Screenshot previewBotDojo interface shown in the End Node documentation.
End Node interface
But you can defined more complex inputs by modifing the JSON Schema
BotDojo interface shown in the End Node documentation.
Screenshot previewBotDojo interface shown in the End Node documentation.
End Node interface
When branching logic you can have multiple End Nodes [see Branching]
BotDojo interface shown in the End Node documentation.
Screenshot previewBotDojo interface shown in the End Node documentation.
End Node interface