Create new letter from Template [ ]
Command |
CREATENEWLETTER |
Image |
![]() |
Group | Engine |
Section | Document |
Description |
This command opens the letter creation screen with the selected template displayed, and populated with the current script data. This letter will be linked to the current contact record. |
Parameter |
The ID of the template to show initially, or 0 if the agent is able to create the letter from fresh. |
Use
In order to create letters from within the agent workflow, you will need to provide the agent a button, or similar control, that they can press to bring up the letter editor.
Create a button and enter the command in its OnClick script. If you wish the agent to start with a blank letter you can pass a 0 as the template ID. Alternatively if you wish them to start with the template you have just created click the parameter block and select it from the pop-up.
When the agent clicks the button within the workflow the following screen will be shown, with the current data used to merge with the tags.
This letter can then be edited by the agent before it is saved using the Save button.