added
New argument to specify product for workspace creation
April 21st, 2025
🏷️ API version:
2025-07
You can now create a workspace within a specific product by using the new account_product_id argument in the create_workspace
mutation.
mutation {
create_workspace (name:"New Workspace", kind: open, description: "This is a new workspace in the CRM product.", account_product_id: 505616) {
id
description
}
}