EmailData

An email an Augment agent sent or received on this load. summary and classification accompany inbound email.

  • attachmentCount
    Type: integer
    required

    Number of attachments on the email.

  • direction
    Type: string · CommunicationDirectionenum
    required

    Direction of the communication from Augment's point of view. OUTBOUND means Augment initiated it; INBOUND means Augment received it.

    values
    • INBOUND
    • OUTBOUND
  • participants
    Type: object · EmailParticipants
    required

    Sender and recipients of the email.

    • cc
      Type: array object[] · EmailParticipant[]
      required

      Copied recipients. Empty array when there were none.

      A sender or recipient on an email.

    • from
      Type: object · EmailParticipant
      required

      A sender or recipient on an email.

    • to
      Type: array object[] · EmailParticipant[]
      required

      Direct recipients.

      A sender or recipient on an email.

  • classification
    Type: string

    The category Augment assigned to the email. Inbound email only. Treat as an open set — classifications are added over time.

  • subject
    Type: string

    Subject line.

  • summary
    Type: string

    Plain-language summary of the email. Inbound email only.