OBJECT

EmailFollowUpTask

link GraphQL Schema definition

  • type EmailFollowUpTask {
  • # Activity type assigned to the follow-up task created when the report email is
  • # sent.
  • taskTypeId: ID!
  • # Business days
  • dueDateOffset: Int
  • # Explicit due date for the follow-up task. Either this or `dueDateOffset` must be
  • # set, but not both.
  • dueDate: Date
  • }