My requirement is that send an email to some recipient with text body using POSTMAN Native app, I used the below endpoint with requested data,
- Base URL: https://www.googleapis.com/gmail/v1/users/userId/messages/send
- Headers :
Authorization:Bearer
- Request Method :
POST
- Request body :
{"raw";"to:[email protected]","subject":"Test_Mail"}
- Clicking Send button
But getting error response code 400,required recipient address Please help me in this to send an email using POSTMAN,and I've tried with upload end point too -https://www.googleapis.com/upload/gmail/v1/users/[email protected]/messages/send
Thanks in advance,looking for help guys