function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sfdc Project 17Sfdc Project 17 

Email Template mail on button click in mail redirect to site with id

I want to create a email template in salesforce, which will send me mail
with a 'button in mail body' by clicking on button in my mail
i can redirect to a site(vf page) url?id=00345782ABC4327 from where i can edit my Contact and
save it, after saving it , a mail will be sent to account's owner again
about updation

Any help would be gratly appreciated.
RD@SFRD@SF
Hi Sfdc,

You should be able to create an HTML email template and use it. Use the button tag to get the button you need set up a link to othe URL you need to do it.
Here's a link (https://help.salesforce.com/articleView?id=creating_custom_html_email_templates.htm&type=0)to get you started.

Hope it helps
RD
Sfdc Project 17Sfdc Project 17
Hi, RD
I have done this part, successfully

but,now onclick of button in my mail body, i want to redirect to a site(vf page) url?id=00345782ABC4327 from where i can edit my Contact and
save it, after saving it , a mail will be sent to account's owner again
about updation

any idea? how can i acheive it through apex or visualforce
 
RD@SFRD@SF
Hi
Do you have a edit page in the visual force site page? 
Sfdc Project 17Sfdc Project 17
No, if you can provide me, that will be helpful for me.