New endpoint: create a team

You asked; we listened! After receiving numerous developer requests, the API team added a route to create teams via the API. Here are the relevant docs.

tl;dr
To create a team, make a POST request to /teams with the relevant details in the body:

{
"data": {
    "description": "All developers should be members of this team.",
    "html_description": "<body><em>All</em> developers should be members of this team.</body>",
    "name": "Marketing",
    "organization": "123456789"
  }
}
4 Likes

:clap: :clap: :clap:

3 Likes

When such an endpoint makes an entrance, is Asana the one to add the action within Zapier, or is it done by Zapier themselves? I don’t need it, just curious.

1 Like

My understanding is that Zapier themselves owns that integration.

1 Like