The SMS Alert node sends a text message to the selected users in the workspace when an incident occurs in business processes. These text messages are especially useful when urgent action is needed from the Synerise users. You can use this node to inform about anomalies, getting closer to a workflow goal, form submissions, running out of coupons, and other events.
Requirements
Node configuration
- To create a workflow that lets you send SMS alerts to the Synerise users, go to Automation Hub > Workflows > New workflow.
- Select one of the business or profile trigger nodes.
- Click THEN > SMS Alert.
- Click the node.
Select sender account
In this part of the node configuration, you will define the SMS account from which the alert will be sent.
- In the Sender details section, click Define.
- From the dropdown list, select the SMS account from which the message will be sent.
After selecting the account, you can preview its settings by clicking Account settings. - Confirm the settings by clicking Apply.
Prepare content
In this part of the node configuration, you will select a message template or create a message from scratch.
- In the Content section, click Define.
If you want to:
- Select a template, click Create message. From the list of the templates, select the one you want to use.
- If you make changes to the template, click Save and then Use in node.
- If you don't make changes to the template, click Use in node.
- Create a message from scratch, click Create message > New template. The template will be available only in this node for preview and modifications. After finishing the template, click Use in node.
After the node is configured, the name of the selected template is displayed directly on the node. To preview the template without opening the node settings, click the eye icon on the node. If the template was created directly in the node settings, the ID of the inplace content is displayed on the node instead of the template name.
- Select a template, click Create message. From the list of the templates, select the one you want to use.
- Confirm by clicking Apply.
Select recipients
- In the Recipient section, click Define.
Blank configuration form for the Recipient section in the settings of the SMS Alert node - To choose an existing list, click the search box:
- Go to the Saved lists tab.
- Select a list of recipients.
- To create a list of recipients of the alert SMS, click the search box:
- In the Profiles tab, use the text field to find recipients or enter a phone number to add recipients outside the contact base.
- Confirm the selection by clicking Add.
- Confirm the list by clicking Save list. This way you can use this list in the future.
Result: A pop-up opens. - In the List name field, enter the name of the list.
- Confirm by clicking Apply.
- Go to Saved lists tab.
- Select the list you created.
- Optionally, you can provide a dynamic value such as an automation insert or you can select a reusable code (snippet) by clicking

Example of an automation insert: To retrieve a phone number from the Profile Event, use{{ automationPathSteps['ProfileTriggerNodeTitle'].event.params.phone }}and replaceProfileTriggerTitlewith the title of this node. This way, the profile who go through the node will be sent an SMS alert.
- To choose an existing list, click the search box:
- Confirm the action setting by clicking Apply.
Example of use
This example presents an automated scenario triggered by a lead form submission on a specific URL.
- In the settings of Profile Event, select a form submission event.
- Add SMS Alert action. In its setting, select the account from which the message will be sent, select the recipients and the template of the alert.
- When a text message is sent to the recipients, the process ends.