INPUT_OBJECT

CreateOrUpdateContactKPIInput

link GraphQL Schema definition

  • input CreateOrUpdateContactKPIInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Application context in which the KPI event was triggered (e.g. browser,
  • # automation, third-party integration).
  • applicationId: ID
  • # Id of the user who triggered the event.
  • clientId: ID
  • # Id of the contact.
  • contactId: ID
  • # KPI metric this event represents: CreateContact, FirstEmailSent, LastEmailSent,
  • # Archive.
  • kpi: ContactKpiEnum
  • # Id of the contact owner at the time of the event.
  • ownerId: ID
  • # Id of the sales unit.
  • unitId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by