Page tree
Skip to end of metadata
Go to start of metadata

Description

Sends an SMS message to a mobile contact 49505606707,
which is added to a group cloned from id=777.
Message content is defined within XML.

Example request

<control request-id="Test Mp XML 1" group-id="new" clone-from-id="777"
    xmlns="http://webservices.ecircle-ag.com/ecm">
    <group-definition preferred-channel="email">
        <name>XMLcontroltest_070520193</name>
        <description>XMLcontroltest_070520193</description>
        <email-channel>
            <email>sms4@qatest.staging11.shortest-route.com </email>
        </email-channel>
    </group-definition>
    <member-list sync-mode="add_update_mode" >
        <user>
            <mobilenumber>49505606707</mobilenumber>
        </user>
    </member-list>
    <message message-id="new" channel-id="87">
        <send-date>
            <immediately/>
        </send-date>
        <content target-content-encoding="UTF-8">
            <subject>MPtest new msg</subject>
            <sms>test sms message 07052019 - new message content xml</sms>
        </content>
    </message>
    <success-report-address>
        <email>alex.mustermann@mapp.com</email>
    </success-report-address>
    <failure-report-address>
        <email>alex.mustermann@mapp.com</email>
    </failure-report-address>
</control>
  • No labels