Learn
Help
Socials
© 2025 make.com
Last updated 1 month ago
Use the createTeam method:
createTeam
const userTeam = await sdk.teams.createTeam({ organizationId: 11258, teamName: "John Smith's team" }); const teamId = userTeam.id; console.log(teamId);