About 315,000 results
Open links in new tab
  1. How to send a message successfully using the new Gmail REST API?

    I'm currently trying to test the new Gmail REST API. In the API Explorer it is possible to authorize requests using OAuth 2.0 and to execute a request, i.e. send a message.

  2. How to send emails with Gmail REST API - Stack Overflow

    Oct 9, 2020 · I need to send emails from my server, through simple REST calls, from my backend-server email address, to the email addresses registered in the system. But there is a problem, bear with me. …

  3. gmail - Google API Send Email With Attachment - REST API Call …

    May 11, 2022 · In the simple upload example of developers.google.com/gmail/api/guides/uploads , what is the format of Email Message data ? Do I have to load it directly in bytes?

  4. Authentication Options with Google Gmail API - Stack Overflow

    Jun 23, 2023 · Just getting started with Google Rest APIs, specifically the Gmail API. I am having trouble finding simple examples and answers. Does the Google API for Gmail require Oauth2?...or can …

  5. how to send email with attachment through Gmail API

    Aug 6, 2022 · I finally figured out how to send an email through the Gmail API, and now need to add attachments, so I edited the code found on Google's API guide basically just adding some arguments …

  6. Gmail REST API : 400 Bad Request + Failed Precondition

    Mar 29, 2015 · I'm trying to send mails based on Gmail REST API using google java api services. I have configured through Google Develover Console an application client and downloaded p12 and json …

  7. Delete multiple emails from INBOX in gmail using GMAIL API

    Jul 30, 2015 · Is there a way to select multiple emails from INBOX in gmail using GMAIL API and delete them in one request. For ex: I have selected 3 mails to delete and delete them in only one request.

  8. How to tell if an email sent via Gmail REST API has bounced?

    May 22, 2015 · I'm sending emails via Gmail API and would like to know when the messages bounce. How can I do this? As I understand it, bounced emails usually contain some sort of header indicating …

  9. Gmail api send with Postman - Stack Overflow

    Aug 29, 2018 · 0 If you want more details please refer below link: How to send a message successfully using the new Gmail REST API?

  10. Add custom star to Gmail Message using Gmail REST API or Google …

    Feb 26, 2018 · Gmail REST API The Gmail REST API does not provide an endpoint to set a custom star. You can star or unstar by using the User.messages.modify endpoint to add or remove the …