on ‎2020 Oct 16 3:38 PM
Hello,
We would like to implement a workflow: when a lead is converted to opportunity or opportunity is created, our employee get an email containing the link to this opportunity (created or converted). We tried predetermining URLs for direct navigation, but the internal ID for opportunity are random, not static.

Is it possible to add a dynamic link to created or converted opportunity in the email? How can we get the URL? Thanks.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello,
Yes, it is possible to add a dynamic link to an email for a newly created opportunity. In order to do so, you can inject a generic URL in your email template like:
Here "#OPPID#" is a placeholder which will be automatically filled by C4C with generated opportunity ID(Hence dynamic link) at run time after mapping it in workflow steps as follow:

For more details about how to use deep links in C4C with workflow please check the following blogs:
https://www.acorel.nl/2016/08/sap-hybris-cloud-for-customer-deep-link-url-navigation/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alena,
ID of opportunity is just another attribute of opportunity. In the workflow action 'send email' you need to define a placeholder representing this attribute and then use this placeholder to compose the url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.