Actions can currently send the variable %node_url. This sometimes causes problems as it will used the alias rather than the original node/id. Is it possible to send the original node id in the email notifications?

Comments

niner94949’s picture

Version: 4.7.x-1.x-dev » 5.x-1.0

I am running into the issue as well, and have not been able to find a solution.

I have %node_url in the message section of 'Actions'. The issue is that I am trying to have a url in the email message that when clicked on will take the email recipient to the workflow section of the submitted article. %node_url/workflow shows a link in the email as {node_alias_url}/workflow which takes the user to "Page Not Found".

Any suggestions would be appreciated.

jvandyk’s picture

Version: 5.x-1.0 » 5.x-1.x-dev
Status: Active » Fixed

%node_url will result in http://example.com/node/3

%node_alias will result in http://example.com/my_node_alias

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.