TABLE OF CONTENTS
CafeX Workspaces function as containers within an App, designed to store and manage data and content for specific groups and activities. Each Workspace belongs to a single App, allowing for the effective organization of content. By organizing content into separate Workspaces, you can ensure that different teams or activities within the same App are managed effectively.
Creating a Workspace
There are two primary methods to create a workspace in CafeX:
- Through the CafeX UI: This method allows users to manually create a Workspace directly within the CafeX platform.
- Through the Workspace Creation Service: This method provides a more streamlined process, allowing users to create a Workspace via a generated link without needing to navigate through the CafeX Platform. This approach is particularly useful when you want to simplify the user experience or when other applications, such as IVR systems or job queues, need to initiate the creation of the Workspace.
Creating a workspace through CafeX UI
To create a workspace through the CafeX UI:
- Navigate to the App Overview page.
- Click the Create a Workspace button located at the lower left-hand side of the screen.
- Enter the necessary Workspace details. If you have already configured Workspace fields, be sure to specify their values.
- Check the Advanced options to apply advanced settings to the Workspace.
- Optionally, activate the Private toggle to restrict Workspace access.
- Click Create Now.
Upon creation, the platform will direct you to the Workspace Overview page.
Creating a workspace through Workspace Creation Service
The Workspace Creation Service provides an effective alternative for creating Workspaces. This service allows for the creation of Workspaces via an authenticated URL that takes parameters and passes them to the App. This is particularly useful when you want to simplify user access, enable users to quickly access the App, or when external applications need to initiate Workspace creation.
Prerequisite: Ensure that the App and Environment have already been created before following the instructions below. For guidance on how to do this, refer to Adding a new App and Adding an Environment articles.
Creating a workspace through the Workspace Creation Service involves the following steps:
- Configuring workspace fields
- Updating the default value for the field
- Configuring the service name
- Assembling the link to be shared
Step 1: Configuring workspace fields
Workspace fields serve as the URL parameters that will be passed to create the Workspace. Configure a workspace field as described in the Workspace Fields article.
Step 2: Updating the default value for the field
When a Workspace is created using a URL parameter, the value passed will populate the default value for the corresponding field.
To update the default value:
- Navigate to the App Builder > Designer editor and select the component associated with the field you want to modify.
- In the Appearance and Configuration tab, click Configuration.
- Under Fields, locate the field you want to modify and click to expand its properties.
- For Default value, specify the value in the following format: {{workspaceLabels.yourField}}, where yourField is the name of the Workspace field you created in Step 1.
Step 3: Configuring the service name
The service name is a unique identifier that appears in the URL shared with users. It helps distinguish this particular app among others on the platform.
To configure a service name:
- Navigate to the App Overview page and click Templates.
- Locate the Basic Workspace template and click the Edit () button.
- Click the Show information panel icon () at the top right-hand corner of the screen.
- Click Configure.
- Click the Configure Workspace button.
- Under Workspace Creation Service, specify the Service Name.
- Click Update.
Step 4: Assembling the link to be shared
The final step involves putting together the URL that will be shared with users. The link format is as follows:
https://app.cafex.com/be/api/create/workspace/{service-name}/{environment}?{workspace-field=value}
- Replace {service-name} with the service name configured in Step 3.
- Replace {environment} with the name of the targeted environment.
- Replace {workspace-field=value} with the Workspace field configured in Step 1 and its value that is to be passed.
For example,
https://app.cafex.com/be/api/create/workspace/spacecraft-search/PROD?spacecraft=orion
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article