![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Send-Enhanced-SMS-notification-using-Salesforce-Flow-1024x576.jpg)
To send SMS notification in Salesforce Flow for Enhanced Channel, please use “Send Conversation Messages” element.
1. Create a Messaging Component of type Notification. In the Standard Channel, we used Messaging Templates. But, for the Enhanced SMS Channels, we have to use the Messaging Component of type Notification.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Messaging-Component.png)
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Messaging-Component-Notification.png)
2. Create a Flow and in the flow use Send Conversation Messages” element.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Flow-Enhanced-Messaging.png)
Fetch MEU:
Get Records element is used to Fetch the existing Messaging User record using the Phone Number.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Fetch-MEU.png)
MEU Check:
From the Fetch MEU Get Records Element, we are checking whether the matching Messaging User is found or not.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-MEU-Check.png)
MEUIds variable:
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-MEUIds.png)
Existing MEU Assignment:
If the existing MEU is found, the Messaging User Id is added to the MEUIds variable.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Existing-MEU-Assignment.png)
Fetch Messaging Channel:
Using Get Records Element, we are fetching the Messaging Channel to create the Messaging User.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Fetch-Messaging-Channel.png)
Create MEU:
Create Records element is used to create the Messaging User record.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Create-MEU.png)
New MEU Assignment:
Newly created Messaging User Id is added to the MEUIds variable.
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-New-MEU-Assignment.png)
Send Conversation Messages configuration:
![](https://www.infallibletechie.com/wp-content/uploads/2024/03/Salesforce-Send-Conversation-Messages-Flow-Componet-Element.png)