Business Requirement:
- Allow users to bulk send documents to multiple people for signature.
- The email content sent to different recipients should contain their names and positions, therefore should be dynamic values.
- The names and position data are included in the bulk send csv import file .
So how can we ensure the email content sent to the people contains unique values based on who we send to ?
For Example, person A’s name: David, position: CEO, person B’s name: Rob, position: Manager
In the email content:
When send to David, the email shows as ‘Hi David, please sign the document for position ‘CEO’.
When send to Rob, the email shows as ‘Hi Rob, please sign the document for position ‘Manager’