Salesforce Certified Marketing Cloud Developer · Free Practice Question Medium
Question 3
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 CreateSMSConservation AMPscript function
- B InsertData AMPscript function to add the subscriber to a MobileConnect list
- C requestToken and messageContact REST API objects
- D Outbound SMS template and Automation Send Method
Reveal correct answer
Correct answer: C
Explanation
C is the correct answer because the developer needs to use the requestToken and messageContact REST API objects to trigger an SMS message to a subscriber using a form published on CloudPages. These objects allow the developer to authenticate the request and send the message to the subscriber's mobile number. Option A is incorrect because the CreateSMSConservation AMPscript function is used to create a conversation for two-way SMS messaging, not to trigger a message. Option B is incorrect because the InsertData AMPscript function is used to insert data into a MobileConnect list, not to trigger a message. Option D is incorrect because the Outbound SMS template and Automation Send Method are used for sending messages through Automation Studios, not for triggering messages on form submission.Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
