Unimsgs supports sending various types of messages across multiple channels (Ominichannel messages), including SMS, email, WhatsApp, and Telegram.
One important aspect of ominichannel messages is the ability to address different destionation addresses for the target channels.
Unimsgs uses the channels format that addresses the destination of each channel and will override the default destination address.
The format is '{default address}
;{channel1}:{address1}
;{channel2}:{address2}
'
The following are some examples:
'to': '
966501234567
': Descibes a (To) parameter with a default value that should be used for all channels.'to': '
966501234567
;email:john@example.com
': Descibes a (To) parameter with a default value that will be overriden with 'john@example.com' for email channels.