SFMC API 2022 Created by: Akash Kakkad POSTMAN INSTALLATION AND SETUP • D OW N L OA D P O S T M A N : https://www.postman.com/downloads/ SETUP ENVIRONMENT • Click the ‘New’ button at the top of the side bar to the right of the ‘My Workspace’ label: SETUP ENVIRONMENT • select the ‘Environment’ option: SETUP ENVIRONMENT • This is where you will add in the information you will need to be able to utilize SOAP and REST API calls to SFMC from POSTMAN SETUP ENVIRONMENT You will then be able to select this environment in the dropdown at the top right of your POSTman. Go into the ‘Setup’ section which is under your user name in the top right of the screen.You will need to hover over it and the dropdown should have one of the first options being ‘Setup’. CREATING INSTALLED PACKAGE From there you will want to navigate on the left sidebar to ‘Platform Tools’ and then expand ‘Apps’ and select ‘Installed Packages’. Click on ‘New’ in the top right. This will open a popup asking for name/description of your new package CREATING INSTALLED PACKAGE CREATING INSTALLED PACKAGE • After building the package, this will then open up a screen with your new Package overview. The part we want to concentrate on is the bottom that involves ‘Components’.You will want to click on ‘Add Component’. CREATING INSTALLED PACKAGE • Next you need to select your integration type. CREATING INSTALLED PACKAGE • You will then need to assign the scope of your package AUTHENTIC ATION /TOKEN • Now that you have your environment set up, you need to aim at retrieving your token so that you can do your REST/SOAP API calls AUTHENTIC ATION /TOKEN • Auto-store your authentication. • By adding this JS in, on each call of this, it will update dne_etAccessToken variable in your environment with the returned token in you REST API Demo SOAP API Demo