OBJECT

Audit

Recent Audit Logs of the contact

link GraphQL Schema definition

  • type Audit {
  • # Action made by the user
  • action: String
  • # Automation triggered by the User
  • automation: Automation
  • # created date of the audit log
  • createdAt: ISO8601DateTime
  • # ID of the audit log
  • id: ID!
  • # User Title of the action
  • userTitle: String
  • }