You need to sign in to do that
Don't have an account?

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.
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.
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
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
Do you have a edit page in the visual force site page?