1 Answer
- Newest
- Most votes
- Most comments
1
If you selected json format you can check:
Confirmation JSON is not sent as an email header, it is the body/data of the mail, you need to parse that.
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 3 years ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
It looks like you are only parsing the headers, the suscription is part of the body (data) of the email, have you checked the data?