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
}
}
}
Page 1 / 1
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.