Skip to main content
F.A.Q.

How to get the sent and received emails of a card via API

How to get the sent and received emails of a card via API
Lais Laudari

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
    }
  }
}

Did this topic help you find an answer to your question?

2 replies

marcosmelo
Forum|alt.badge.img+18
  • Pipefy Legend
  • 1465 replies
  • October 26, 2023

👏👏👍👍


Ezequiel Souza
Forum|alt.badge.img+14

👍👍👍👍👍


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings