Para obter todos os email enviados e recebidos de um card, basta rodar essa query a seguir:
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
}
}
}
F.A.Q.
Como obter os email enviados e recebidos de um cards por API

Reply
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.