Hi guys,
we have a button integration with an outlook add-in.
as a part of our integration, we’re querying to monday to get the user’s email:
query {
me{
email
}
}
For some reason, the email that comes back from the query is the email of the integration’s installer instead of the user’s.
We would like to get the email of the same user that clicked our button, is it possible?
Thank you!