Create team action allows automatically create a team in Microsoft Teams.
Example of Create team action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Create team action in Scheduled/Triggered Actions skybow Teams Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. Learn more about skybow M365 Connectors
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of skybow Teams Connector on the deployment tenant as well.
To configure the action Create team additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team name | yes | String | The name of the team. |
../sites | no | String | The name of the team used to build a the site url. |
Description | yes | String | Description of the team. |
Team owner | yes | String | An email address or an expression to be evaluated as an email address to be used as the owner of the team. Support only single value. |
Make team private | no | Boolean |
You can set the privacy of the team:
|
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
TeamID | String | Returns the Id of the created team as output parameter and can be used in subsequent actions. |
TeamName | String | Returns the name of the team. |
TeamDescription | String | Returns the description of the team. |
TeamUrl | String | Returns the full URL to the created team in Microsoft Teams. |
SiteUrl | String | Return the URL to the SharePoint site. |