OBJECT

TriggerGroup

link GraphQL Schema definition

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