firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
882 stars 373 forks source link

🐛 [firestore-send-email] Could not send category to sendGrid #2053

Open johnico opened 2 months ago

johnico commented 2 months ago

Steps to reproduce:

I have tried to send an email with the following headers via the firestore documet

  "headers": {
    "X-SMTPAPI": "{\"category\": [\"Example Category\"]}"
  }

but i dont see the categories in sendGrid

is there any other option to send category to their side?

Expected result

Send grid will be able to get categories

Actual result

could not categirieze emails