This flow allows to send SMS notifications to a mobile phone. The template helps to specify the
- recipient (name and phone number)
- create template for the SMS
- create notification category to bind recipient and template
- send SMS using category ... in dedicated flows.
- Import the flow in Visual Flow Creator
- Specify the recipient of your notification in the flow 1) Create Recipient using the function node and trigger it's execution
- Set you message content in the function node in flow 4) Send SMS using Category ID
- Save the flow
☁️ ✔️ You're ready to receive your SMS notifications after all four flows are triggered in sequence 1-4. Enjoy!
To send a SMS via Notification Service, a recipient, SMS template and notification category need to be setup before the actual message can be send. See also the Notification Service API descriptions to understand the overall workflow. During execution of flow 1), the recipient is added and it's ID is stored to a context variable as part of the VFC flow. Next a message template and template-set is created. It's internal IDs are also stored in context variables for usage in flow 3). Here, the notification category is set by linking the template to recipient(s). It feedbacks a category-ID which is then finally used in flow 4) to trigger the sending of the notification. Also the message content is specified in the last flow.
After specifying recipient (name, phone number) as well as message text,
- Execute flow 1) Create Recipient
- Execute flow 2) Create Template Set for the SMS
- Execute flow 3) Create Category to bind above recipient and template
- Execute flow 4) Send SMS using Category ID
And you should receive a SMS on the mobile number specified. 📱 🔔