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:
Click the β+β button in ZBrain Flow.
In the search bar, type "Box" and select it from the available options.
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:
Enter a connection name β Provide a name for the connection to identify it easily.
Click βConnectβ β Authenticate and authorize ZBrain Flow to access your Box account.
Log in to Box β A new window will prompt you to log in to your Box account.
Grant permissions β Approve the required permissions to enable integration.
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:
Select an Existing Connection or Create a New One: Choose an existing connection or establish a new one following the steps above.
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)
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.
Add Headers β Define any additional headers required for the API request. Authorization headers are automatically injected. Click β+ Add Itemβ to include more headers.
Add Query Parameters: Customize API requests with query parameters to filter results or specify additional options. Click β+ Add Itemβ to add more parameters.
Enter JSON Body β Provide structured request data in JSON format.
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.
Last updated