automationsAdd
MUTATION
automationsAdd(name: String, status: String, draftOf: String, triggers: [String], nodes: [String], startNodeNs: String, tagIds: [String]): AutomationArguments
name
String
status
String
draftOf
String
triggers
[String]
nodes
[String]
startNodeNs
String
tagIds
[String]
Returns
_id
String!
ns
String
name
String
status
String
draftOf
String
hasDraft
Boolean
createdAt
Date
updatedAt
Date
createdBy
String
updatedBy
String
createdUser
updatedUser
triggers
[Trigger]
nodes
[Node]
startNodeNs
String
tagIds
[String]
tags
[Tag]
templateDescription
String
templateCategory
String
version
Int
publishedAt
Date
publishedBy
String
archivedAt
Date
previousStatus
String
Mutation
Response
Last modified on August 9, 2026
Mutation
Response