QuestionQ30

Scripting and Automation

A developer needs to trigger an SMS message to a subscriber through a form published on CloudPages.

How should the SMS message be triggered after the subscriber submits the form?

  • A InsertData AMPscript function to add the subscriber to a MobileConnect list
  • B CreateSmsConversation AMPscript function
  • C requestToken and messageContact REST API objects
Explanation

CreateSmsConversation() initiates an SMS conversation with a contact in MobileConnect, using the sending number, destination phone number, next keyword, and MOBILECONNECT application value. Adding a subscriber to a list does not itself initiate an SMS message.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!