My app sends emails from multiple users gmail accounts from my team. Currently I am using a router to branch off to 20+ modules depending on the sender so I can use the gmail plugins authenticated on each user. This is not sustainable and scalable. I want to be able to send the api access token for the user with my payload and then just an http request to manually send a gmail message via the google api. But I am having trouble…
See attached screenshots. My drafts are creating but they are totally blank.
Is anyone familiar enough with the google api to help me format this correctly? Including with attachments.
I really really appreciate any help!
Thank you!
Brian