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.

Subscription Level
This endpoint requires the Standard plan or higher.
Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
typestringRequired>=1 character

The type of the trigger.

valueslist of objectsOptional

The values of the trigger.

Response

OK

idUUIDOptional

The id of the automation.

createdByUUIDOptional

The id of the user who created the automation.

createdOndatetimeOptional

The date the automation was created.

updatedByUUIDOptional

The id of the user who updated the automation.

updatedOndatetimeOptional

The date the automation was updated.

triggerIdUUIDOptional

The id of the trigger which is related to the automation.

triggerobjectOptional
enabledbooleanOptional

Whether the automation is enabled.

statestring or nullOptional

The state of the automation. See AutomationsService.DAL.Models.AutomationState for the possible values.

createdByProjectTemplatebooleanOptional

Whether the automation was created from an automation template of a project template.

projectIdUUID or nullOptional

The id of the project which is related to the automation.

projectTemplateIdUUID or nullOptional

The id of the project template which is related to the automation.

actionslist of objectsOptional

The actions which is related to the automation.

failedobjectOptional