Hey everyone,

I’m trying to reset a password using SendGrid emails. I’ve set up the SendGrid action on the backend with the {{reset_link}} variable to send the reset link, as shown in my first screenshot.

On SendGrid, I’ve added a button with the {{reset_link}} variable as the URL, which you can see in my second screenshot. (It’s also included in the <a> tag in the HTML.)

It seems like everything should work, but it doesn’t. The email sends, but the button isn’t clickable – the link doesn’t seem to work. I also tried using a regular text link instead of a button, but I’m getting the same issue.

Does anyone know how I can fix this? Thanks!