INPUT_OBJECT
CreateActivityKPIInput
link GraphQL Schema definition
- input CreateActivityKPIInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the appointment or task the KPI event relates to.
- : ID!
- # Application context in which the KPI event was triggered (e.g. browser,
- # automation, third-party integration).
- : ID
- # Id of the user who triggered the event.
- : ID
- # KPI metric this event represents: ActivityCreate, ActivityCompleted.
- : ActivityKpiEnum!
- # Id of the activity owner at the time of the event.
- : ID
- # Id of the sales unit.
- : ID!
- # Revision when entity was lastly changed.
- : Int
- }