ZBrain Documentation
  • ZBrain Documentation
    • Components of ZBrain
    • Getting started with ZBrain
    • πŸ“šKnowledge base
      • How to create a knowledge base?
      • Knowledge source
      • Information schema
      • File summary
      • Automated reasoning
      • Retrieval testing
      • Knowledge base settings
    • πŸ“±APP
      • How to create a new app?
      • How to set up and customize your app?
      • How to access the app reporting dashboard?
    • πŸ€–ZBrain AI agents
      • Get started with agents on ZBrain
      • Deploying pre-built agents
      • Creating custom AI agents
        • Agent setup
        • Define input sources
        • Define Flow
          • Key elements of a Flow
          • Flow Components
            • Activepieces Platform
            • AITable
            • Airtable
            • Amazon S3
            • Amazon SNS
            • Amazon SQS
            • Amazon Textract
            • Apify
            • Apollo
            • Approval
            • Asana
            • Azure Communication Services
            • Azure Cosmos DB
            • Azure Document Intelligence
            • Azure OpenAI
            • Azure Translation
            • Bannerbear
            • Baserow
            • Beamer
            • Bedrock Claude
            • Bettermode
            • Binance
            • Bing Search
            • Blackbaud
            • Bonjoro
            • Box
            • Brevo
            • Brilliant Directories
            • Bubble
            • CSV
            • Calendly
            • Certopus
            • Clearout
            • Clockodo
            • Code
            • Confluence
            • Connections
            • Constant Contact
            • Contiguity
            • Contentful
            • Customer.io
            • Crypto
            • Databricks
            • Data Mapper
            • Date Helper
            • DeepL
            • Delay
            • Discord
            • Discourse
            • Drip
            • Dropbox
            • Dust
            • Facebook Pages
            • Figma
            • Files Helper
            • Flowise
            • Flowlu
            • Formbricks
            • Frame
            • Freshdesk
            • Freshsales
            • GCloud Pub/Sub
            • GenerateBanners
            • GhostCMS
            • GitHub
            • GitLab
            • Gmail
            • Google Calendar
            • Google Contacts
            • Google Docs
            • Google Drive
            • Google Forms
            • Google Gemini
            • Google My Business
            • Google Search
            • Google Search Console
            • Google Sheets
            • Google Tasks
            • Groq
            • Hacker News
            • Heartbeat
            • HubSpot
            • HTTP
            • Image Helper
            • Inputs
            • Instagram for Business
            • Intercom
            • Invoice Ninja
            • Jira Cloud
            • Jotform
            • Kimai
            • Kizeo Forms
            • LeadConnector
            • Line Bot
            • Linear
            • LinkedIn
            • LinkedIn Actions
            • LLMRails
            • Lusha
            • MailerLite
            • Mailchimp
            • Mautic
            • Microsoft Dynamics 365 Business Central
            • Microsoft Dynamics CRM
            • Microsoft Excel 365
            • Microsoft OneDrive
            • Microsoft Outlook Calendar
            • Microsoft Teams
            • Mixpanel
            • MongoDB
            • Notion
            • Odoo
            • OpenAI
            • OpenRouter
            • Pastebin
            • PDF
            • Postgres
            • PostHog
            • Pushover
            • Qdrant
            • Queue
            • Razorpay
            • Router
            • Salesforce
            • SendGrid
            • ServiceNow
            • SFTP
            • SharePoint
            • Slack
            • SMTP
            • Snowflake
            • SOAP
            • Spotify
            • Stability AI
            • Stable Diffusion Web UI
            • Storage
            • Stripe
            • SurrealDB
            • SurveyMonkey
            • Taskade
            • Telegram Bot
            • Text Helper
            • Trello
            • Twilio
            • Twitter
            • Utilities
            • WhatsApp Business
            • WordPress
            • XML
            • YouTube
            • ZBrain
            • Zendesk
            • ZeroBounce
            • Zoho Books
            • Zoho CRM
            • Zoho Invoice
            • Zoom
          • How to Define a Flow?
          • How to Test Each Step in the Flow?
        • Configure Additional Settings
        • Test and Deploy Agents
        • How to access, monitor, and manage agent performance and tasks?
    • Settings
    • πŸ“–API Tutorials
      • πŸ“šKnowledge base
        • Automated Reasoning
      • πŸ“±APP
      • πŸ€–Agents
Powered by GitBook
On this page
  • How to Integrate Flowise with ZBrain Flow
  • How to Connect Flowise to ZBrain Flow
  • Actions Available in ZBrain Flow
  • Custom API Call
  1. ZBrain Documentation
  2. ZBrain AI agents
  3. Creating custom AI agents
  4. Define Flow
  5. Flow Components

Flowise

Flowise is an open-source, low-code tool designed to help developers build customized applications using Large Language Models (LLMs). It provides a drag-and-drop interface to create and manage LLM orchestration flows and AI agents.

How to Integrate Flowise with ZBrain Flow

To integrate Flowise, please follow these steps:

  1. Click the '+' button in ZBrain Flow and search for Flowise.

  2. Select an available action to begin setup.

How to Connect Flowise to ZBrain Flow

  1. Enter Connection Name – Assign a unique name to identify the connection easily.

  2. Enter Base URL & API Key – Required for authentication and secure access to Flowise.

How to Find the Base URL & API Key in Flowise

  • Base URL: The default Flowise API URL is http://localhost:30001. If using a custom setup, check your Flowise configuration.

  • API Key:

    • Go to Settings or Credentials in Flowise.

    • Generate a new credential.

    • If integrating OpenRouter or TogetherAI, use the corresponding API key and configure it in Flowise.

  1. Click β€˜Save’ – This completes the connection setup, enabling communication between Flowise and ZBrain Flow.

Actions Available in ZBrain Flow

Make Prediction

Use Flowise’s AI capabilities to process inputs and generate insights.

Configuration Steps:

  • Chatflow ID – Specifies the Flowise chat model to use.

  • Question/Input – The query or data to be analyzed.

  • History (Optional) – Provides context for better predictions.

  • Override Config (Optional) – Customizes model behavior as needed.

Note: Click β€˜f’ to insert dynamic values where necessary.

Custom API Call

Send API requests to Flowise for advanced workflows and automation.

Configuration Steps:

  1. Select a Connection – Choose an existing connection or create a new one.

  2. Select HTTP Method – Determines the request type:

    • GET – Retrieve data from Flowise.

    • POST – Send new data for processing.

    • PATCH – Modify existing data partially.

    • PUT – Replace existing data entirely.

    • DELETE – Remove data.

    • HEAD – Retrieve response headers only.

  3. Add Headers – Define custom request headers (Authorization headers are auto-injected).

  4. Add Query Parameters – Customize API behavior with key-value pairs.

  5. Enter JSON Body – Provide structured request data in JSON format.

  6. Set Timeout – Define how long the request should wait before timing out.

Note: Click β€˜f’ to insert dynamic values for flexible configurations.

PreviousFiles HelperNextFlowlu

Last updated 1 month ago

πŸ€–