Cloud Run service for handling inbound email hooks from sendgrid, this service only deals with ingesting emails NOT routing or display of them.
email body/headers goes into firestore in /emails/{{FIRESTORE_ID}} any attachments are uploaded to GCS at the path /emails/{{FIRESTORE_ID}}/{{FILE_NAME}}
This is used to be able to create the firestore doc containing the email content/headers
This is used to upload the attachments to GCS