Frame
Last updated
Last updated
Frame is a cloud-based virtual desktop and application delivery platform that allows businesses to securely access and manage applications from anywhere. It provides a scalable, high-performance solution for remote work, enabling seamless application streaming and virtual desktop infrastructure (VDI).
To integrate Frame with ZBrain Flow:
Click the ‘+’ button in ZBrain Flow.
Type "Frame" in the search bar and select it from the available options.
Choose the desired action to initiate the setup.
Enter a Connection Name – Assign a unique and recognizable name to the connection.
Enter the Token – Provide the authentication token for secure access.
Retrieve the Token from Frame:
Visit the .
Click ‘Create a Token’.
Add a description for the token.
Select all scopes if full API access is needed.
Submit the form.
Copy the generated token and paste it into the ‘Token’ field in ZBrain Flow.
Click ‘Save’ to complete the setup.
Once the connection is established, ZBrain Flow can interact with Frame to automate workflows, retrieve data, and perform various operations.
The Custom API Call functionality allows users to interact with Frame’s API, facilitating operations such as retrieving session details, managing applications, and automating tasks.
Configuration Steps:
Enter the Token – Authenticate the API request using the Frame token.
Enter the API URL – Specify the endpoint for the intended action.
Select an HTTP Method:
GET – Fetch session details, user information, or configurations.
POST – Create new sessions, applications, or resources.
PATCH – Update existing settings or configurations.
PUT – Overwrite session data or configurations.
DELETE – Remove a session, application, or user permanently.
HEAD – Retrieve response headers without fetching actual data.
Additional Configurations:
Add Headers – Include extra headers required for the API request. Authorization headers are automatically applied. Click ‘+ Add Item’ to add more headers.
Add Query Parameters – Customize API requests by refining results or applying filters. Click ‘+ Add Item’ to define parameters.
Enter JSON Body – Provide structured data in JSON format when required.
Set Timeout (in Seconds) – Define a request timeout to prevent prolonged API execution.
Note: Click ‘f’ to insert dynamic values for flexible configurations.