POST /organizations
Create a new Workspace
Servers
- https://api.trello.com/1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
name |
String | No |
A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. If the name contains invalid characters, they will be removed. If the name conflicts with an existing name, a new name will be substituted. |
displayName |
String | Yes |
The name to display for the Organization |
desc |
String | No |
The description for the organizations |
website |
String | No |
A URL starting with |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.