Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleIMPORTANT

please note this documentation is no longer being updated. for the most up to date information, please visit Engage API

Example URL: AUTHENTICATION - SOAP HEADER https://staging11.shortest-route.com/qatest/eCMessageService


Example Body


Code Block
<SOAP-ENV:Envelope
	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"


	xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">


	<SOAP-ENV:Header>


		<authenticate xmlns="http://webservices.ecircle-ag.com/ws">

<realm>my_system_name</realm>
<email>myemail@mapp.com</email>
<password>mypassword</password>
</authenticate>

			<realm>realm</realm>
			<email>user</email>
			<password>password</password>
		</authenticate>
	</SOAP-ENV:Header>

ACCESS

  • External tool https://webdomain/eCMessageService - SOAP Header

  • Mapp Engage > Automations. See Automations

BODY


	<SOAP-ENV:Body>

<postGroupRequest

		<postGroupRequest
			xmlns="http://webservices.ecircle-ag.com/ws">
			<control
				xmlns="
>
here comes <control> ... </control> as in examples
</postGroupRequest>
http://webservices.ecircle-ag.com/ecm" request-id="Unique-String" group-id="new" clone-from-id="1">
				<failure-report-address
					xmlns="http://webservices.ecircle-ag.com/ecm">
					<email>happy.user@mapp.com</email>
				</failure-report-address>
			</control>
		</postGroupRequest>
	</SOAP-ENV:Body>


</SOAP-ENV:Envelope>

LIMITS

Limit

Number

Document size

2,048,000 bytes ~ 2Mb

Inline users

1000