Creates a new deploy record in Sentry to track the introduction of a release version into a specific environment.
urlstringAn optional URL that provides a link to the deployment, such as a commit or a CI build page.
namestringAn optional human-readable name for the deploy.
versionRequiredstringThe version identifier of the release to be deployed. This version must already exist in Sentry.
projectsarrayAn optional list of project slugs to associate this deploy with. If not provided, the deploy applies to all projects associated with the release.
dateStartedstringAn optional ISO 8601 formatted date-time string (UTC is recommended) indicating when the deployment process started.
environmentRequiredstringThe name of the environment to which this release is being deployed (e.g., 'production', 'staging'). This environment must be known to Sentry.
dateFinishedstringAn optional ISO 8601 formatted date-time string (UTC is recommended) indicating when the deployment process finished. If not provided, Sentry uses the time the deploy API call is received.
organization_id_or_slugRequiredstringThe unique identifier (ID) or human-readable slug of the Sentry organization.
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.