This is the sample application for the Using Cloud Tasks to trigger Cloud Functions tutorial.
This tutorial shows how to create Cloud Tasks on Google App Engine Standard to trigger a Cloud Function in order to send a postcard email.
-
The App Engine application calls the Cloud Tasks API to add a scheduled task to the queue.
-
The queue processes tasks and sends requests to a Cloud Function.
-
The Cloud Function calls the SendGrid API to send a postcard email.