Marketing Cloud – CE Integration

PREREQUISITES1. Install Postman2. Read CloudPage in SFMC3. Study MS-Dynamics Integration help documentsOAuth authorization code flow – Microsoft identity platform

Use Postman to perform operations with the Web API (Common Data Service for Apps) – PowerApps

4. Study Marketing Cloud Integration help document

Authorization & POST request

Get MS-Dynamics authorization token using POSTMAN by using the following headers and body.

 Create a contact in CE using the authorization token retrieved from the previous request in the header with POST request and endpoint URL provided by the client to create a contact in CE. Send the Body in JSON format as per your requirement and create the contact.

After a successful request, contact will be created in CE and below response will be received i.e. record of the contact created will be returned as the request’s response