Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.43 KB

Mail to webhooks

Node Google Api

This script was created to send webhooks when emails are received from a given list.

Summary

Installation Guide

  • You first need to create a google account...
  • Then go to the Google Developper Console and create a new Project
  • After this, you can add to the project the Gmail API in the library tab.
  • And create an Oauth2 client ID in credentials (Application type : Other)
  • Then, download the json file to your project root and rename it g-credentials.json
  • Make sure to complete the storage.json file before to run
  • And finally, you can run npm install and node index.js in the Windows cmd

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details