Summary
Creates an automation
Description
Creates an automation with optional description. An automation's root structure is based off the agendajs library, with any custom data falling into the 'data' array
Route
POST /automation_catalog/automations
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
name | string | yes | Unique name of the automation |
description | string | yes | Short description of the automation |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | Automation document that was created by the request |