Can a SMS message be populated from the payload?
I'm trying to build a straightforward workflow to send SMS messages. The goal is to have the message content be populated with the payload. Is this possible? I can't find a way in the workflow UI to insert parameters in the SMS message.
4 Replies
HI @m_a_r
You can use variables like {{sms_content}} in right side sms message content box and then send
sms_content
value in payloadOkay, thanks! I know that's a common syntax for templating, but maybe it'd also be helpful if the placeholder text for the SMS message content field gave an example too like "Add notification content here. Insert a variable with {{variable}}"
I agree 👍🏻
I will share it with team