We are running a Spring based project with Cognito as the identification service.
We have a project requirement to customise the verification email and invitation email for users in a Cognito user pool. (See here for the AWS doc
)
Default verification message:
Your verification code is {####}.
Default invitation message:
Your username is {username} and temporary password is {####}.
We would like to include the email
, phone_number
and name
user attributes into these emails. Is it possible to do this? I have searched the docs with no avail - and is really in need of some advice.