Hi there! I am attempting to create an autoresponse template for a confirmation email.
Here’s the code for the template:
Hey there!
Just one last quick step!
We just need you to confirm your email address by clicking HERE -->
Doing so will ensure all of us that the right person is
being matched to the right account within Stripe. You will be taken back to your account on
netlify to log in, and you will be connected to Stripe where you will be able to securely change
your personal information.
Again, that link is {{ .ConfirmationURL }}
It is reading it from the correct location, because I’m receiving the email when I test signing up. But the Confirmation link is not resolving to a valid link. Here’s what it looks like when it’s delivered:
So, what am I doing incorrectly here? I copied the link for the confirmation directly from the docs.
Our API Id is: 74ee8351-4a32-48dd-bf8c-55838a99e80b
Thanks!
Scott