A new document '${document.name}', is available in the '${space.name}' space, it was added by ${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}. You can view it through this link: http://yourserver:8080/alfresco${document.url} Or through the Alfresco client: <#assign ref=space.nodeRef> <#assign workspace=ref[0..ref?index_of("://")-1]> <#assign storenode=ref[ref?index_of("://")+3..]> http://yourserver:8080/alfresco/navigate/browse/${workspace}/${storenode} Regards Alfresco