- Newest
- Most votes
- Most comments
here is the documentation covering endponts in Amazon Pinpoint
https://docs.aws.amazon.com/pinpoint/latest/developerguide/audience-define-endpoints.html
There are sections on associating a user with an endpoint
https://docs.aws.amazon.com/pinpoint/latest/developerguide/audience-define-user.html
How to look up endpoints in an Amazon Pinpoint project.
https://docs.aws.amazon.com/pinpoint/latest/developerguide/audience-define-lookup.html
Listing endpoint IDs
https://docs.aws.amazon.com/pinpoint/latest/developerguide/audience-define-list-ids.html
Here is the documentation on the Amazon Pinpoint email channel
https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email.html
including
Best Practices
https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-best-practices.html
and troubleshooting
https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-troubleshooting.html
Remember that for email campaigns to work:
Your Pinpoint project must be properly configured for sending emails, The email address must be verified in Amazon SES (Simple Email Service), and The user must have opted in to receive emails.
note that changes may not be immediately reflected in the Pinpoint console. It can take some time for the data to propagate and become visible in segments and campaigns.
answered 2 years ago
Relevant content
asked 3 years ago
asked 3 years ago

Unfortunately, this is not the help I am looking for. The specific question I am asking is this:
Since I am using Flutter and Amplify, and I call identifyUser() from my mobile app, the only endpoint that automatically gets created is the push notification endpoint. So I need to manually add the email endpoint for users?