Is it possible to use Gmail API in a contact form?

Hi there. So I have build custom made contact form with Wix Code and I want to receive email notifications to my gmail account. I know that the code in Wix is fixed in a way to work with SendGrid. However, if I want to use Gmail instead of SendGrid in order to receive emails from my contact form to me - Is it possible? I know that Google did published the API for the Gmail service…
If it is possible, I will be grateful to know where to start.

Thanks,
Lior

1 Like

Hi Lior,

You can send an Email from Gmail as long as they have a REST API . The article " How to Send an Email on Form Submission " is an example of how to use a REST API for that purpose.

Have a good day,
Tal.