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 Box with ZBrain Flow
  • How to Connect Box to ZBrain Flow
  • Actions Available in ZBrain Flow
  1. ZBrain Documentation
  2. ZBrain AI agents
  3. Creating custom AI agents
  4. Define Flow
  5. Flow Components

Box

Box is a cloud-based content management and file-sharing platform that enables businesses to securely store, access, and collaborate on files from anywhere.

How to Integrate Box with ZBrain Flow

To integrate Box with ZBrain Flow:

  1. Click the β€˜+’ button in ZBrain Flow.

  2. In the search bar, type "Box" and select it from the available options.

  3. Select an available action to begin the setup process.

How to Connect Box to ZBrain Flow

To establish a connection between Box and ZBrain Flow:

  1. Enter a connection name – Provide a name for the connection to identify it easily.

  2. Click β€˜Connect’ – Authenticate and authorize ZBrain Flow to access your Box account.

  3. Log in to Box – A new window will prompt you to log in to your Box account.

  4. Grant permissions – Approve the required permissions to enable integration.

  5. Save the Connection – Click β€˜Save’ to finalize the setup and begin using Box actions within ZBrain Flow.

Once connected, ZBrain Flow can interact with Box to retrieve files, execute operations, and automate workflows.

Actions Available in ZBrain Flow

1. Custom API Call

The Custom API Call feature enables users to interact with the Box API, allowing them to perform various actions such as retrieving file details, uploading documents, managing folders, and automating processes.

Configuration Steps:

  1. Select an Existing Connection or Create a New One: Choose an existing connection or establish a new one following the steps above.

  2. Enter the URL – Specify the API endpoint relevant to the action you want to perform. Example:

    • https://api.box.com/2.0/files/{file_id} (for retrieving file details)

    • https://api.box.com/2.0/folders/{folder_id} (for managing folders)

  3. Select the HTTP Method – Choose the request type that aligns with your action:

    • GET – Retrieve file or folder details.

    • POST – Upload new files or create folders.

    • PATCH – Modify file metadata or update folder permissions.

    • PUT – Replace existing content in a file.

    • DELETE – Remove a file or folder permanently.

    • HEAD – Fetch response headers only without retrieving the actual data.

  4. Add Headers – Define any additional headers required for the API request. Authorization headers are automatically injected. Click β€˜+ Add Item’ to include more headers.

  5. Add Query Parameters: Customize API requests with query parameters to filter results or specify additional options. Click β€˜+ Add Item’ to add more parameters.

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

  7. Set Timeout (in Seconds): Define the request timeout duration to prevent long-running API calls from stalling the process.

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

PreviousBonjoroNextBrevo

Last updated 1 month ago

πŸ€–