OBJECT

PossibleAutomationStep

link GraphQL Schema definition

  • type PossibleAutomationStep {
  • # The triggers belonging to this group
  • actions: [AutomationV2Step!]
  • # The key representing the group (e.g., 'contact', 'campaign')
  • key: String!
  • }