Skip to main content

Interview email invitations - tip on virtual vs in-person

  • June 7, 2024
  • 0 replies
  • 27 views

mkunaseelan
Forum|alt.badge.img+14

Want to have one single email invitation email but want to have different stand of text depending if in-person or virtual using expressions e.g. [ifexpr=inpersoninterview][then]Location: datapathtolocation[/then][else]Interview link: htt….[/else][/ifexpr] then the expression check you can use is EXISTS(application.most_recent_interview.candidate_meeting_link) == 1

 

If you have integration with e.g. MS Teams or you are manually entering the virtual meeting links, then this can be used. If you don’t enter any links or have an intergration, then this won’t work but you could modify the expression to check for a specific master location value instead.