amplify
amplify copied to clipboard
Update createLetter lob function to appnd with merge variables
-
User input is passed as merge variable {{constituent_input}}
-
If merge variable exists, mergeVariable object is set for lob letter creation
-
Ensured merge variable payloads are within lob's constraints:
- It can be no longer than 25,000 characters.
- Variable names cannot contain any whitespace or any of the following special characters: !, ", #, %, &, ', (, ), *, +, ,, /, ;, <, =, >, @, [, , ], ^, `, {, |, }, ~
- Constituant input is appended to template_id

Hello there, thanks for opening your first Pull Request. Someone will review it soon.