Can I create emails that contain links.

I want to send an email to a member, there is a link in the email, click on this link, the browser will jump to a new website page. Hope to get help.
Similar emails are as follows.

Please see “Triggered Emails” on Wix and its API (wixUsersBackend to send email to members)

You can set dynamic data using a handler ${}

Code required.

Tutorial: Velo: Getting Started with Triggered Emails | Help Center | Wix.com

The trigger email is only sent to the member himself, and cannot be sent to other members. I want to send it to other members.

It can be send to other members by passing different userId and call the function multiple times.

@certified-code Could you please give me an example how to pass the userId , thank you.

@certified-code I use accountA to log in and get the userId, then use accountB to log in, and then try to use accountA’s userId to trigger the email. The result is that the program does not work. Is there any other possible way to perform this function. Thanks