Versions Compared

Key

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

...

Contents of the Table

Table of Contents

 


The Mapp DMP includes multiple API endpoints that are required to create a CRM Data Import. The following steps are required:

...

Important: Take note of the "id" in the response. It will be used in steps 2 & 4.

 


Step 2 - Create a Data Import

...

Important: Take note of the "id" in the response. It will be used in steps 3, 4 & 5. 


Step 3 - Upload the data file

...

Code Block
languagejs
titleAPI response
...

 


Step 5 - Finalise Import

Once all of the previous steps have been completed you will need to finalise the import by confirming that the config is finished. To do this we need to send a POST request to the following endpoint with the parameters found below.

...

Code Block
languagejs
titleAPI response
...

...


Optional Step - Retrieving Column Mapping Data

...