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 Use Bubble in ZBrain Flow
  • How to Create a Thing in Bubble
  • How to Delete a Thing in Bubble
  • How to Update a Thing in Bubble
  • How to Retrieve a Thing in Bubble
  • How to List Things in Bubble
  1. ZBrain Documentation
  2. ZBrain AI agents
  3. Creating custom AI agents
  4. Define Flow
  5. Flow Components

Bubble

The Bubble piece in ZBrain Flow enables seamless integration with Bubble applications, allowing you to automate data management and interact with your Bubble database effortlessly. With this connector, you can create, update, delete, and retrieve data objects (Things) directly within your workflows. This integration simplifies communication with your Bubble backend, eliminating the need for custom API setups.

How to Use Bubble in ZBrain Flow

  1. Click on the ‘+’ button in the Flow, search for ‘Bubble,’ and select it.

  2. Choose the required action from the available options:

    • ‘Create Thing’ – Add a new data object.

    • ‘Delete Thing’ – Remove an existing thing.

    • ‘Update Thing’ – Modify an existing thing.

    • ‘Get Thing’ – Retrieve a specific thing by its ID.

    • ‘List Thing’ – Fetch a list of things based on type.

How to Create a Thing in Bubble

  1. In the ‘Typename’ field, enter the name of the Bubble data type you want to create.

  2. In the ‘Body’ section, provide the key-value pairs for the fields you want to populate.

How to Delete a Thing in Bubble

  1. In the ‘Typename’ field, enter the name of the Bubble data type you want to delete.

  2. In the ‘Thing ID’ field, provide the unique ID of the item to be deleted.

How to Update a Thing in Bubble

  1. In the ‘Typename’ field, enter the name of the Bubble data type you want to update.

  2. In the ‘Thing ID’ field, provide the unique ID of the item to be updated.

  3. In the ‘Body’ section, define the fields and values you want to update.

How to Retrieve a Thing in Bubble

  1. In the ‘Typename’ field, enter the name of the Bubble data type you want to retrieve.

  2. In the ‘Thing ID’ field, provide the unique ID of the item you want to fetch.

How to List Things in Bubble

  1. In the ‘Typename’ field, enter the name of the Bubble data type you want to retrieve a list from.

  2. (Optional) Add constraints:

    • In the ‘Constraint’ field, define filtering conditions.

    • In the ‘Field’ section, specify the data field to apply the constraint.

    • In the ‘Value’ field, enter the matching value for the constraint.

  3. In the ‘Start from’ field, enter the index number from where the list should begin.

  4. In the ‘Limit’ field, specify the maximum number of items to retrieve.

PreviousBrilliant DirectoriesNextCSV

Last updated 1 month ago

🤖