function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bob Poliquin 9Bob Poliquin 9 

Send text message button with flow Messaging Notification core action

 I have created a flow that should send a text message using a messaging notification core action when a button is clicked. When i run a debug it works. I see the output in debug and i get a text message. 

Inputs
contextRecordId = {!CaseId.Id} (5006s000003vdetAAA)
channelDeveloperName = Text_US_12013504687
templateDeveloperName = Automated_Messaging
recipientPhone = {!CaseId.Service_Provider_Mobile_Phone__c} (+16173453456)
recipientRecordId = {!CaseId.Id} (5006s000003vdetAAA)

When I created the button  and tried it from the case page. Nothing happen?

Do i need to add merge fields to this link below?

/flow/Send_SMS_Notification_to_Service_Provider

This is what I have setup in the messaging action

Context Record ID
{!CaseId.Id}

Recipient Phone Number
{!CaseId.Service_Provider_Mobile_Phone__c}

Recipient Record ID
{!CaseId.Id}