Currently one problem we have is the length of SMS messages is 160 characters and the important information being sent gets cut off.
I figure I need to create a custom command to be used by the contact template.
From what I understand the following process occurs:
- Service generates alert
Alert is sent to the contact attached to the service
The contact uses the contact template xi_contact_generic
xi_contact_generic uses the command xi_service_notification_handler
The command notify-service-by-email seems to more match the email that is currently being sent.
Am I on the right track? I am a little confused at the moment. Could you please shed some light onto the situation.