Google Map Location - Deatils In Email


(Anurag) #1

Hi,


I have successfully created google map locaiton asset on clicking google map. However i ahve created a workflow that send an email and ask for Accept/Reject the new google locaiton created to live…



I can send Name of the google map location by using %asset_name%, can anybody tell me how can i even send shortname, description of the googlep map locaiton in the Custom message of the email sent through workflow.



Awaiting for reply…


(Anurag) #2

I got it solved… I have created a trigger that sends me an email…


Name : %asset_name%



Email : %asset_short_name%



Message : %asset_attribute_description%



Action : Accept / Reject



To create the Accept and Reject link

<A href="http://www.horseheroes.thebrooke.org/brookeemblemmap/popup/_admin/?backend_section=am&amp;am_section=edit_asset&amp;assetid=%asset_assetid%&amp;asset_ei_screen=workflow&amp;asset_version=0.0.2&amp;workflow_link_action=reject">



Thanks…