I would like to send different ticket competed emails based on whether or not a ticket was completed by the API. This got me thinking it would be nice to be able to have rules which would allow you to select a DB field, define a value, and then select the email template which will be sent out when that ticket is completed.
A possible alternative is creating some "if" logic for the templates. So actually in the template you could say something like:
<commitCRMIF priority="immediate">
Your high priority ticket has been completed....
</commitCRMIF>
This would allow you to effectively modify a template based on any detail in a ticket or account. Like you could have differed text for a business account or residential account.
Anyway. My .02.
A possible alternative is creating some "if" logic for the templates. So actually in the template you could say something like:
<commitCRMIF priority="immediate">
Your high priority ticket has been completed....
</commitCRMIF>
This would allow you to effectively modify a template based on any detail in a ticket or account. Like you could have differed text for a business account or residential account.
Anyway. My .02.
Comment