Skip to content

[NODE] Add Widget Trigger documentation #21

@ShambaC

Description

@ShambaC

Node Config

{
    title: "Widget Trigger",
    category: "trigger",
    type: "widget_trigger",
    icon: {},
    desc: "Triggers the flow when a message is recieved from the support bot Widget",
    inputs: [
        {
            desc: "Intro message shown by the bot",
            name: "Intro",
            type: "Text",
        },
    ],
    outputs: [
        {
            desc: "The Flow to trigger",
            name: "Flow",
            type: "Flow",
        },
        {
            desc: "Message recieved by the bot",
            name: "Message",
            type: "Text",
        },
    ],
    fields: [
        {
            desc: "Intro message shown by the bot",
            name: "Intro",
            type: "Text",
            value: "Welcome! I'm your AI assistant. This is a demo workflow. Ask me anything!",
        },
    ],
    difficulty: "easy",
    tags: ["trigger", "support", "bot", "widget"],
}

Additional Information

Long Description:
Activates your workflow upon receiving a message from its corresponding widget. Allows you to perform task based on the text sent by user.

Use Cases:

  • Creating custom chatbots with specific knowledge base
  • Perform agentic tasks intelligently with chat commands
  • Create an intelligent assistant

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions