Hi team, I’m trying to parse the email content from a
timeline_items {
created_at
type
title
content
custom_activity_id
user {
id
name
}
id
item {
name
email
}
board {
id
}
}
query. In the native email and activities tab, I can see where we received the email from. However, in the API, it doesn’t appear to be a way to see this.
query {
items (ids: [8602775315]) {
name
email
}
}
leads me to a @use1.mx.monday.com email as well.
Is there a way to get the email from API?