The Salesforce Marketing Cloud C# SDK enables developers to easily access the Salesforce Marketing Cloud via the C# platform.
- This is an upgraded version of the existing community supported Fuel-CSharp SDK
- Unlike the Fuel-CSharp, this SDK is auto generated using Swagger Codegen and built on top of .Net Standard 2.0
- .Net Core >= 2.0 (Recommended)
- .Net Framework >= 4.6.1 (Recommended >= 4.7.2)
To consume this SDK add the Salesforce Marketing Cloud SDK to your Project using the following command:
Install-Package SalesforceMarketingCloudSDK
To find more information on how to consume the SDK, Refer to the Regression tests or the Code Samples
- Most of the code in this repo is auto generated from the mcsdk-automation-framework-core and the mcsdk-automation-framework-csharp repos. Other features like authentication flow, caching are directly implemented in this repo.
- If any change is needed in the auto generated code, it has to come from the mcsdk-automation-framework-core or the mcsdk-automation-framework-csharp repos.
- If any change is needed in the auth flow or caching, it should be done in this repo.
- Request a new feature, add a question or report a bug on GitHub.
- Vote for Popular Feature Requests by making relevant comments and add your reaction. Use a reaction in place of a "+1" comment:
- 👍 - upvote
- 👎 - downvote
By contributing your code, you agree to license your contribution under the terms of the BSD 3-Clause License.