Creates a new automation for the specified project.
Creates a new automation for the project with the specified id.
The user needs to be the owner of the project or have 'write' permissions of
the feature 'project-master-data' globally or in the project.
<Info title="Subscription Level">This endpoint requires the Standard plan or higher.</Info>
<Check title="Required Permissions">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projectId
The id of the project.
Request
The model to create the automation.
type
The type of the trigger.
values
The values of the trigger.
Response
OK
id
The id of the automation.
createdBy
The id of the user who created the automation.
createdOn
The date the automation was created.
updatedBy
The id of the user who updated the automation.
updatedOn
The date the automation was updated.
triggerId
The id of the trigger which is related to the automation.
trigger
enabled
Whether the automation is enabled.
state
The state of the automation.
See AutomationsService.DAL.Models.AutomationState for the possible values.
createdByProjectTemplate
Whether the automation was created from an automation template of a project template.
projectId
The id of the project which is related to the automation.
projectTemplateId
The id of the project template which is related to the automation.
actions
The actions which is related to the automation.
failed