I am creating an autoaction to send email to group's active users when a new event is created and published
trigger : gj_onAfterCreateEvent
condition : value [var1_published] equal to 1
for the email content, i would like to retrieve the username of group event owner and also the group name . [var1] allows me to get the ID's only and corresponding names are in others tables. What is the trick to do that in the email content?