Skip to main content

To get all the emails sent and received from a card, just run the following query:

query{
  card(id: XXXXX) {
    title
    comments {
      id
      author_name
      created_at
      text
    }
    inbox_emails {
      from
      fromName
      subject
      to
      cc
      bcc
      body
      sent_via_automation
      state
    }
  }
}

👏👏👍👍


👍👍👍👍👍


Reply