What is the best way to send a text message to everyone in a segment?
I see there is an option to create a text message using a segment within a journey, but want to confirm we can send texts to everyone within that segment?
Originally, we created a new button in the ribbon which then called a .js file. The file then opened an HTML modal pop up allowing users to type in the message and hit send.
The problem with this approach is that the only way to get the segment data from the .js file to the HTML file is through a query string, which is a security concern.
We need to be able to send individual texts to everyone within a segment from the same user.
Any advice is appreciated!