How to send confirmation email to admin role instead of user's email address

Thanks @Marina.Kan for responding and efforts.
Please post the solution once you get some work arround

@Swapnil_G, you need to add the next logic to the API Service:
image

Make sure that the value in the Response Headers should be the full path to the confirmation-confirmed page, like: https://xxxx.backendless.app/api/files/ui-builder/containers/system/index.html?page=confirmation-confirmed

Regards,
Marina

It’s working now as expected.
Thank you so much @Marina.Kan and team !

HI @Inna_Shkolnaya ,
I need a help
How can i show text like ‘Click here to Confirm’ in email confirmation instead of showing raw url to in mail.

like Click to confirm

Hello @Swapnil_G

For this task you need to create a custom Email Template where you specify variable for the link (see Confirmation Template as an example). Then in your event handler you will need to send your created template to the admin, and pass the link that is already being generated as template values. Monosnap

Regards,
Inna

Thanks @Inna_Shkolnaya.
Im using event handler to send email PFA as below. (using send email instead of email template)

Could you please help me out, to create a ‘variable for the link’ which will have a href as like shown in above attachment.

Hello @Swapnil_G

If you don’t want to use email template you can do it with HTML text.

Something like

Better with function


Result
Topic - l9blin@gmail.com - Gmail 2022-11-01 13-53-05

For a more complex email structure, you need knowledge of the HTML. Or you can find an email editor that will return the HTML for you.

Regards

Thanks @viktor.liablin.

It worked.