- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:12 AM
Hi All,
am trying to notify sms to user contact phone number and also for alternate phone number but sms is triggering only for one number not for alternate contact number.. Please guide me to send sms to both phone numbers at a time????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:35 AM
Hi ,
I have used below code, it is triggering for two fields,
+ current.u_contact_phone , + " " + gs.getMessageLang("test austria SMS Message", 'de'), current);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:15 AM
How are you currently generating these SMS's (business rule, flow, etc). Also, to confirm, are you using the Notify plugin for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:22 AM
Hi Kieran,
Yes, we have installed notify plugin. I am generating sms through business rule. Here is the syntax below :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:35 AM
Hi ,
I have used below code, it is triggering for two fields,
+ current.u_contact_phone , + " " + gs.getMessageLang("test austria SMS Message", 'de'), current);