Diaflow's Documentation
HomePricingIntegrations
Documentation
Documentation
  • 😎WELCOME TO DIAFLOW
    • Introduction to Generative AI
    • What can you build with Diaflow?
  • 💻USER ACCOUNT
    • Create your user account
    • Delete your user account
    • Log out and log in
    • Change "Personal" & "Workspace" settings
    • Reset user account password
  • 🚀Getting Started
    • Let's start with the basics
      • How a component works?
      • How a flow works?
      • Creating your first flow
    • Dashboard
      • Services
      • Create a flow from scratch
      • Create a flow from templates
      • View your flows
    • Terminology
  • 🌊Flows
    • Overview
    • Create a flow
    • Delete a flow
    • Manage a flow
    • Publish a flow
    • Unpublish a flow
    • Deployment
    • Component Reference
      • Trigger
        • When inputs are submitted (Apps)
        • Cronjob (Automation)
        • Webhook (Automation)
        • Microsoft Outlook (Automation)
      • Outputs (Apps)
        • Text Output
        • Chart Output
        • Video Output
        • Audio Output
        • Image Output
      • Built in tools
        • Branch
        • Merge (Multiple data source to JSON)
        • Split Data (JSON Formatter)
        • Video to audio
        • Get current date and time
        • Web scraper
        • Document to plain text
        • Retrieve data from spreadsheet (Spreadsheet analyzer)
        • Spreadsheet creator
        • Convert JSON to chart data
        • PDF to image
        • Get weather information
        • HTTP Request
        • Get GEO Location
        • SMTP
        • Loop
      • Built in resources
        • Diaflow Vision
        • Diaflow Vectors
        • Diaflow Drive
        • Diaflow Table
      • Apps
        • Hunter.io
        • Outlook Email
        • Telegram
        • Slack
        • Python
        • YouTube
        • SerpAPI
        • Google Sheet
          • Document-level Operations
          • Sheet-level Operations
          • Data-level Operations
      • Database
        • MySQL
        • Microsoft SQL
        • PostgreSQL
        • Snowflake
      • Private AI/LLM Models
        • OpenAI
          • GPT Variants
          • GPT Vision
          • DALL-E Variants
          • TTS Variants
          • Whisper
        • Anthropic
        • Llama
        • Google Gemini
        • Cohere
        • MistralAI
      • Public AI/LLM Models
        • OpenAI Cloud
        • Perplexity Cloud
        • Deepseek Cloud
        • Anthropic Cloud
        • Replicate
        • Straico
        • OpenRouter
        • Cohere Cloud
        • Google Gemini Cloud
        • MistralAI Cloud
        • ElevenLabs Cloud
      • AI Tools
  • ✒️PRODUCTIVITY TOOLS
    • Tables
    • Drive
    • Vectors
      • Document
      • Article
      • URLs
  • 🏠Workspace
    • History
    • Teams
    • Billing & Subscription
      • Upgrade/Downgrade a subscription
      • Buy credits
      • Credit Usage
      • Cancel a subscription
    • Settings
      • Personnal
      • Workspace
        • Change workspace
        • Workspace settings
        • Custom Domain
        • Delete workspace
      • Change Language
    • Documentation
    • Integrations
    • API keys
  • 📑Other
    • FAQs
    • Contact Information
Powered by GitBook
On this page
  • Creating a flow from scratch
  • Creating a flow based on a template
  • Opening an existing flow

Was this helpful?

  1. Flows

Create a flow

Last updated 1 month ago

Was this helpful?

A flow can be defined by either creating an empty flow and building up the required logic processing from the large library of pre-defined components or alternatively, you can select a flow template to either use directly, or as a starting point for further customization as required.


Creating a flow from scratch

Click the "New build" button and choose the type of the flow.

You can choose one of three types:

  • Automation

  • Apps & Tools

  • Ai Agent/Chatbots

After that, will open a new browser tab with an empty flow, ready for you to append components from the component toolbox.

Now you can start adding some components to create flows with your imagination.

-----------------------------------------------------------------------

Creating a flow based on a template

Clicking the "Templates" button will open the Templates Page

From this screen, you can choose the Templates we have set up. Divide into 3 types:

  • Apps

  • Chat

  • Automation

And many categories like "Marketing", "Administration", "HR/Hiring", ...

To use the Templates, click the "Clone to your workspace" button

The template will clone to your Workspace. You can use or custom before use

-----------------------------------------------------------------------

Opening an existing flow

You can view your flows in 3 types:

  • Automation

  • Apps

  • AI Agents & Chatbots

Automation

Click the menu "Automation" on the sidebar

You can filter the trigger via:

  • Webhook

  • Cronjob

  • Third-party

Apps

Click the menu "Apps" on the sidebar

You can filter the status of the App:

  • Published

  • Draft

AI Agents & Chatbots

Click the menu "AI Agents & Chatbot" on the sidebar

You can filter the status of the AI Agents & Chatbots:

  • Published

  • Draft

🌊