Schema Parameter (Connect-SFMarketingCloud Cmdlet)
Specifies the API schema that provider uses to connect to Salesforce Marketing Cloud.
Syntax
Connect-SFMarketingCloud -Schema string
Possible Values
SOAP, RESTData Type
cstr
Default Value
"SOAP"
Remarks
Use this property when you need to choose between REST and SOAP endpoints based on the operations your integration requires.
The following values are supported:
- REST: Uses the Salesforce Marketing Cloud 1.x REST API.
- SOAP: Uses the Salesforce Marketing Cloud SOAP API.
This is a required parameter.