Actions36
- Automation Actions
- Execution Actions
- Notification Actions
- Platform Actions
- Prompt Actions
- Proxy Actions
- Result Actions
- Run Automation Actions
- Social Account Actions
- Workflow Actions
- Workspace Actions
Overview
This node enables users to create a new Workspace within the TexAu platform. Workspaces in TexAu typically represent isolated environments or projects where users can organize automations, workflows, and related resources. Creating a workspace is useful for managing different teams, clients, or projects separately.
Practical examples include:
- Setting up a dedicated workspace for a marketing campaign team.
- Creating separate workspaces for different client accounts to keep data and automations isolated.
- Organizing automations by department or function within an organization.
Properties
| Name | Meaning |
|---|---|
| Workspace Name | The name of the workspace to be created. |
| orgUserId | The unique identifier of the organizational user who will own or be associated with the workspace. |
| organisationId | The unique identifier of the organization under which the workspace will be created. |
| The TimeZone | The timezone setting for the workspace, e.g., "Asia/Kolkata". |
Output
The node outputs JSON data representing the newly created workspace object as returned by the TexAu API. This typically includes details such as the workspace ID, name, associated organization and user IDs, timezone, creation timestamps, and other metadata.
No binary data output is indicated.
Dependencies
- Requires an active API key credential for TexAu to authenticate requests.
- The node sends HTTP requests to the TexAu API endpoint at
https://v2-prod-api.texau.com. - Proper configuration of the API key credential in n8n is necessary for successful operation.
Troubleshooting
Common Issues:
- Missing required properties (workspace name, orgUserId, organisationId, timezone) will cause the request to fail.
- Invalid or expired API key credentials will result in authentication errors.
- Incorrect timezone format may lead to API validation errors.
Error Messages:
- Authentication errors indicating invalid API key: Verify that the API key credential is correctly configured and has not expired.
- Validation errors about missing or invalid fields: Ensure all required input properties are provided and correctly formatted.
- Network or connectivity errors: Check internet connection and API endpoint accessibility.
Links and References
- TexAu Official Website
- TexAu API Documentation (for detailed API usage and workspace resource info)
