OBJECT
Automation
Automation
link GraphQL Schema definition
- type Automation {
- # AutomationStep of the Automation
- : [AutomationStep!]
- # Number of automations completed
- : Int
- # When the automation was last updated
- : ISO8601DateTime!
- # enabled of the Automation
- : Boolean
- # Number of automations errored
- : Int
- # ID of the Automation
- : ID!
- # type of automation
- : Boolean
- # name of the Automation
- : String!
- # Eagle only automation permissions
- : AutomationsPermissionLevelEnum
- # Possible Automation Steps for the Automation
- #
- # Arguments
- # parentId: Parent id
- (: String): [PossibleAutomationStep!]
- # requires of the Automation
- : [AutomationProvidesEnum!]
- # Number of automations running
- : Int
- # Grouped triggers of the Automation
- : [TriggerGroup!]
- # Trigger Instances of the Automation
- : [TriggerInstance!]
- # When the automation was created
- : ISO8601DateTime!
- # user of the Automation
- : User
- }
link Require by
- AuditRecent Audit Logs of the contact
- AutomationConnectionThe connection type for Automation.
- AutomationEdgeAn edge in a connection.
- AutomationStepAutomation Step
- AutomationTrackerAutomation Tracker
- CloneAutomationPayloadAutogenerated return type of CloneAutomation
- CreateAutomationPayloadAutogenerated return type of CreateAutomation
- DestroyAutomationPayloadAutogenerated return type of DestroyAutomation
- QueryThe query root of this schema
- UpdateAutomationPayloadAutogenerated return type of UpdateAutomation