Deploy an action. Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately. Otherwise, the action will only be executed as a part of a flow once it is bound to that flow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of an action.
Request to create action version was accepted.
The unique id of an action version.
The id of the action to which this version belongs.
The source code of this specific version of the action.
The list of third party npm modules, and their versions, that this specific version depends on.
Indicates if this specific version is the currently one deployed.
The Node runtime. For example: node22
The list of secrets that are included in an action or a version of an action.
The build status of this specific version.
pending, building, packaged, built, retrying, failed The index of this version in list of versions for the action.
Any errors that occurred while the version was being built.
The action to which this version belongs.
The time when this version was built successfully.
The time when this version was created.
The time when a version was updated. Versions are never updated externally. Only Auth0 will update an action version as it is being built.
The list of triggers that this version supports. At this time, a version can only target a single trigger at a time.
1The list of action modules and their versions used by this action version.