Creates a new team in a Sentry organization, requiring either a 'slug' or 'name' to define the team.
namestringOptional. The display name for the new team. If not supplied, it's auto-generated from the `slug` (if `slug` is provided). At least one of `name` or `slug` is required to create a team.
slugstringOptional. A unique, URL-friendly identifier for the new team. If not supplied, it's auto-generated from the `name` (if `name` is provided). Must adhere to the pattern: `^[a-z][a-z0-9_\-]*$`.
organization_id_or_slugRequiredstringThe unique identifier (ID) or human-readable slug of the Sentry organization where the new team will be created. This organization must already exist.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.