Executes a manual automation for a task.

Can be used to trigger an automation that uses a manual trigger for a specific task. The calling user becomes the initiator of the automation execution. <Check title="Required Permissions" icon="key">The user must be owner of the project or must have `project-master-data:write` permissions on the specified project.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectIdstringRequiredformat: "uuid"
automationIdstringRequiredformat: "uuid"

Request

This endpoint expects an object.
taskIdstringRequiredformat: "uuid"
The id of the task to execute the automation for.

Response

Accepted

Errors