how to insert Employee name in mail body? I am using send outlook mail activity & I have employee ID with me, the requirement is in mail body instead of Dear 12345, it should be Dear [Employee name],
So do we have any work around to achive it in send outlook mail activity body itself or any Microsoft API something that will take input as Employee ID & provide Emp Name for outlook?
You could try to use the Microsoft Active Directory Activities Pack, and find out Employee name from ID before inserting it into the body of the e-mail.