Create an action. Once an action is created, it must be deployed, and then bound to a trigger before it will be executed as part of a flow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of an action.
The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.
1The source code of the action.
The list of third party npm modules, and their versions, that this action depends on.
The Node runtime. For example: node22, defaults to node22
The list of secrets that are included in an action or a version of an action.
The list of action modules and their versions used by this action.
True if the action should be deployed after creation.
Action successfully created.
The unique ID of the action.
The name of an action.
The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.
1True if all of an Action's contents have been deployed.
The time when this action was created.
The time when this action was updated.
The source code of the action.
The list of third party npm modules, and their versions, that this action depends on.
The Node runtime. For example: node22, defaults to node22
The list of secrets that are included in an action or a version of an action.
The version of the action that is currently deployed.
installed_integration_id is the fk reference to the InstalledIntegration entity.
Integration defines a self contained functioning unit which partners publish. A partner may create one or many of these integrations.
The build status of this action.
pending, building, packaged, built, retrying, failed The time when this action was built successfully.
True if the action should be deployed after creation.
The list of action modules and their versions used by this action.