Has anyone had success setting up link verificatio...
# help
c
Has anyone had success setting up link verification email with cognito userpools and ses. Currently what we're doing is User Signup > Presignup trigger > Send custom email with SES send > User recieves email. This works but when I try use
{##Verify Email##}
to input the verification link its not being replaced by cognito. Has anyone got this working or knows a way we can achieve this use case? i.e. send custom html emails with verification links at signup using cognito?
Ok I figured out what my issue was. I was sending an email using SES from my function and not returning the required message to cognito to handle the event 🤦‍♂️