Skip to content

[NODE] Add Send Chatbot Response documentation #16

@ShambaC

Description

@ShambaC

Node Config

{
    title: "Send Chatbot Response",
    category: "output",
    type: "chatbot_msg_send",
    icon: {},
    desc: "Send a response to your chat bot chat",
    inputs: [
        {
            desc: "The flow of the workflow",
            name: "Flow",
            type: "Flow",
        },
        {
            desc: "Text to send",
            name: "Message",
            type: "Text",
        },
    ],
    outputs: [
        {
            desc: "The final output object of chat bot",
            name: "Result",
            type: "JSON"
        },
    ],
    fields: [
        {
            desc: "Text to send",
            name: "Message",
            type: "TextArea",
            value: "text here ...",
        },
    ],
    difficulty: "easy",
    tags: ["output", "chat", "bot"],
}

Additional Information

Long Description:
Send a response to your chat UI corresponding to the workflow that has the chat trigger..

Use Cases:

  • Send a message to use the chat UI as a normal chat window for your agent
  • Send confirmation messages
  • Send information from your workflow to the UI

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions