Blog.
Create an installed package in Salesforce Marketing Cloud Engagement
How to trigger an email send within the Salesforce Marketing Cloud API by creating an installed package.
Let’s get started.
First log in to Marketing Cloud and go to Setup (to be found under your username, as per the image below).
2. Under Platform tools, expand the Apps section and click on Installed Packages, then click on New.
3. Name the package, enter the Description and Save.
4. You will see the Package Details below after the package is saved. Then click on Add Component.
5. Select a Component Type. For our interacting purposes, select API Integration.
6. Select Server to Server and click on Next
After saving, you will see the page below
Note: Client Id and Client Secret are the keys to access your Marketing Cloud, you should store them securely. Never put them public on the client-side.
Once this is done, you have all information your need to get the token which enables to interact with Marketing Cloud and other systems using RESP API. You can do a test call by using your preferred developer tool such as Postman tool. I’m going to request an access token in another article pretty soon.
See you !😊
Cornelia