Skip to main content
December 22, 2017
Question

Email alerts to Sales

  • December 22, 2017
  • 3 replies
  • 2706 views

Hi,

I am preparing an email alert to send it to the sales team.

In the email, I have added the SFDC ID so that sales team can directly go the lead record.

What I want to know is that can we give the SFDC ID as a hyperlink which can directly go to the lead record in Salesforce.

Please advise.

Thanks,

Ravi.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

SanfordWhiteman
Level 10
December 22, 2017

Search the Community for

     {{SP_Send_Alert_Info}}

December 22, 2017

Thanks Sanford.

SydneyMulligan
Level 7
December 22, 2017

Sanford is correct, using that token will populate the ID as a hyperlink as well as other info about the lead. You can also pull the URL of your SFDC instance when you're logged in and pop the ID token in after the / and hyperlink that.

January 17, 2018

Hi All,

Thanks for your comments.

There is a lot of information which is coming in the {{SP_Send_Alert_Info}} token, which the sales people don't have to know.

Is there anything which we can do just to get the SFDC detail link only.

Please let me know if you have done anything similar to this.

Thanks,

Ravi.

SanfordWhiteman
Level 10
January 17, 2018

Sure, just build your own fields using {{lead.tokens}}.  Like Sydney says, you can get the root URL of your SFDC org and then prepend that to the {{Lead.SFDC Id}}. (Which is really what the special {{SP_Send_Alert_Info}} is doing.

January 17, 2018

Perfect, thank so much Sanford for the quick response.

Regards,

Ravi.