2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
With Amazon Cognito, Custom message Lambda trigger, you can only set the following:
- "smsMessage": "string",
- "emailMessage": "string",
- "emailSubject": "string"
You cannot set the email headers as of now. However using a different subject line may allow you to not group emails from being shown as a threads without using "X-Entity-Ref-ID".
0
So the only solution to this problem is to use a CustomEmailSender and add the header in that lambda. A lot more code to write to access SES but more control. A shame, access to settings headers on emails would simplify all this.
répondu il y a 2 ans
Contenus pertinents
- demandé il y a 8 mois
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
This is not implemented in the triggers unfortunately.