Embedding a URL

I am using an API call to generate a PDF and return the path to the generated pdf

https://s3.us-east-1.amazonaws.com/pub-cdn-us.apitemplate.io/2024/10/36a56dcc-a340-4588-ad91-a2je8b612919bc.pdf

To make it look pretty, I want to send this in an email, but I want send it as a link like

“To see the pdf please click here

If the email can handle HTML, then you would format it like this.

To see the pdf please click <a href="https://blah.blah/something.pdf">here</a>
3 Likes

Hi Jeff,

Once again thanks for coming to the rescue. This works perfectly for me.

Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.