A developer wants to trigger an SMS message to a subscriber using a form published on CloudPages. How should the SMS message be triggered once the subscriber submits the form?
A.
Outbound SMS template and Automation Send Method
B.
InsertData AMPscript function to add the subscriber to a MobileConnect list
To trigger an SMS message to a subscriber using a form published on CloudPages, the developer should use the requestToken and messageContact REST API objects (D). These objects can be used to authenticate and send the SMS message programmatically when the form is submitted.
References:
Salesforce Marketing Cloud MobileConnect API
Salesforce Marketing Cloud REST API
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit