Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avinashupadhya99/pre-hackstoric-email-service
Email service Cloud Functions for Pre Hackstoric hackathon
https://github.com/avinashupadhya99/pre-hackstoric-email-service
Last synced: 16 days ago
JSON representation
Email service Cloud Functions for Pre Hackstoric hackathon
- Host: GitHub
- URL: https://github.com/avinashupadhya99/pre-hackstoric-email-service
- Owner: avinashupadhya99
- Created: 2021-09-12T08:56:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T10:23:24.000Z (over 3 years ago)
- Last Synced: 2025-01-10T08:47:44.569Z (22 days ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pre-hackstoric-email-service
Email service Cloud Functions for Pre Hackstoric hackathon## Add email Cloud Function
This cloud function allows for adding emails to the mailing listing and stores these emails in Cloud SQL.
## Send email Cloud Function
This cloud function sends emails through the Twilio Sendgrid API and is triggered by a Cloud Scheduler that pushes to a Cloud Pub-Sub topic. The email data is received from Cloud SQL.