Support
Blog
mapp.com
Academy
Documentation
Contents
x
Analytics API
Engage API
Mapp Connect
Powered by
Engage API
4 Articles
in this category
Share this
Print
Share
Dark
Light
Contents
Engage API
4 Articles
in this category
Share
Dark
Light
Introduction
What is the Mapp Engage API? An API (application programming interface) is used to share data between your information system and Mapp Engage. The Mapp Engage web services API connects any program to your marketing platform. You can use the AP...
Getting Started with Engage API
1) User Creation If you do not have an API (Or hybrid) User account, one must be created. Any user who has user creation p ermission can create an API user account. In Mapp Engage, select User Management > System User > System Us...
Implementation and Error Handling
This document presents general recommendations for a basic API implementation and recommended error handling procedures. Implementation There are 2 methods of implementing a web service client: Directly in the client's browser, where calls are ...
Calls
Use Cases
5 Articles
in this category
REST API Objects & Types
57 Articles
in this category
SOAP API
What is SOAP API? SOAP (Simple Object Access Protocol) SOAP is based on transferring data as a block of XML, respecting the expected format as defined in the SOAP WSDL (Web Service Description Language) file. You will generally use a specific prog...
Control XML
Control XML (CXML) is an alternative to the SOAP and REST interfaces for transferring large volumes of data. It is a SOAP document with an authentication header and a comprehensive body. In addition to the XML, large attachments with recipient list...