m-ld / timeld

Live shared timesheets
MIT License
1 stars 1 forks source link

Dependency on specific Courier template? #40

Closed michielbdejong closed 2 years ago

michielbdejong commented 2 years ago

I can see the email-send-request in my Courier logs as:

{
  "message": {
    "to": {
      "email": "test@pondersource.com"
    },
    "template": "94M2TGH2T1MZRMHY98QSR925GGDF",
    "data": {
      "activationCode": "123456"
    }
  }
}

And then it fails to send. Could that be because in my Courier account there is no template "94M2TGH2T1MZRMHY98QSR925GGDF"?