Getting Email Address from timeline_items query?

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?

hey @douglas

Bill here from monday.com :waving_hand:

I followed up with the team and they mentioned it should be returned in the content field.

It seems like there could be a bug here and I’d like to report it.

Would you be able to please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it?

Please also link this community post in your ticket as well.

Cheers,
Bill

Thank you! I’m following up over a ticket now. Just sent over the example query, response as well as information requested.

1 Like