We need is the last send/receive mails for a multiples accounts

19 views
Skip to first unread message

Pol Augé Vendrell

unread,
Jun 2, 2026, 7:01:24 AM (6 days ago) Jun 2
to GAM for Google Workspace
Hello,

We tried to create a list to show last send/receive mail for a multiple accounts with GAM without success.

Someone know if it's possible to extract that information?

Thank you so much


Ross Scroggs

unread,
Jun 2, 2026, 12:57:04 PM (5 days ago) Jun 2
to google-ap...@googlegroups.com
Make a CSV file Users.csv with a column primaryEmail that contains the email addresses of interest.


gam config num_threads 10 csv_output_header_filter actor.email,id.time redirect csv ./LastSent.csv multiprocess sortheaders actor.email redirect stderr - multiprocess csv Users.csv gam report gmail user "~primaryEmail"  filters "event_info.mail_event_type==1" start -3d maxactivities 1


gam config num_threads 10 csv_output_header_filter actor.email,id.time redirect csv ./LastReceived.csv multiprocess sortheaders actor.email redirect stderr - multiprocess csv Users.csv gam report gmail user "~primaryEmail"  filters "event_info.mail_event_type==2" start -3d maxactivities 1


Ross

----
Ross Scroggs



--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/ff1553cc-e938-4d7d-9a44-811586442e61n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages