Is there a way to construct URL to manually send to people to invite them to an Asana team and/or workspace?
I’d like to invite new team members personally in my on-boading email rather than inviting them through Asana and the getting an email from Asana.
Hey @Nick_Messmer,
I’m not aware of a way to create a URL to invite colleagues personally. That may be best answered in a different section of the Asana forum.
You can use the API to add people to either a team or a workspace.
Here’s how to add someone to a team:
POST /teams/{team_gid}/addUser
Here’s how to add someone to a workspace:
POST /workspaces/{workspace_gid}/addUser