Salesforce Marketing Cloud REST Connector 1.0 Reference
Configurations
Config
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Name for this configuration. Connectors reference the configuration with this name. |
x |
|
Connection |
Connection types for this configuration. |
x |
||
Name |
String |
ID used to reference this configuration. |
x |
|
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. |
|||
Read Timeout |
Number |
Specifies the amount of time in milliseconds that the consumer waits for a response before it times out. |
60 |
|
Read Timeout Time unit |
Enumeration, one of:
|
Time unit for the Read Timeout field. |
SECONDS |
Connection Types
OAuth Client Credentials
Use OAuth 2.0 to delegate user authentication to the service hosting the user account. For more information, refer to Configuring OAuth 2.0 for Connectors or Configuring OAuth 2.0 for Connectors on CloudHub.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Service URL |
String |
Base URL of the service on Salesforce Marketing Cloud to access from the connector. All other endpoints are derived from this base URL. |
x |
|
Proxy configuration |
Proxy configuration for the connector. |
|||
Connection Timeout |
Number |
Socket connection timeout value. |
||
Connection Timeout Unit |
Enumeration, one of:
|
Time unit for the Connection Timeout field. |
SECONDS |
|
TLS configuration |
If HTTPS is configured as a protocol, the user must configure at least the keystore configuration. |
|||
Reconnection |
What to do if, when an app is deployed, a connectivity test does not pass after exhausting the associated reconnection strategy:
|
|||
Client Id |
String |
OAuth client ID as registered with the service provider. |
x |
|
Client Secret |
String |
OAuth client secret as registered with the service provider. |
x |
|
Token Url |
String |
Service provider’s token endpoint URL. |
|
|
Scopes |
String |
OAuth scopes to request during the OAuth dance. This value defaults to the scopes in the annotation. |
||
Object Store |
String |
Configures the object store that stores data for each resource owner. If not configured, Mule uses the default object store. |
Create Asset
<sfdc-marketing-cloud-rest:create-asset>
Creates a draft of a new asset in either JSON or MIME format.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Asset Type |
Enumeration, one of:
|
Asset type. |
TEXT_ONLY_EMAIL |
|
Asset |
Any |
Asset to create. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Create Email Send Definition
<sfdc-marketing-cloud-rest:create-email-send-definition>
Creates a long-living send definition object that references the email template, subscriber list, sending options, journey, and metadata.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Email Send Definition |
Any |
Email send definition to create. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Create Keyword
<sfdc-marketing-cloud-rest:create-keyword>
Creates a keyword on an account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Keyword |
Any |
Keyword to create. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Create Sms Send Definition
<sfdc-marketing-cloud-rest:create-sms-send-definition>
Creates an SMS send definition.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Sms Send Definition |
Any |
SMS send definition to create. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Delete Asset
<sfdc-marketing-cloud-rest:delete-asset>
Deletes an asset.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Id |
Number |
ID of the asset to delete. |
x |
|
Is Cdn Delete |
Boolean |
Permanently deletes the file and its URL in Akamai when the associated file is deleted in Content Builder. A value of |
false |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Delete Email Send Definition
<sfdc-marketing-cloud-rest:delete-email-send-definition>
Deletes a message definition. You cannot restore a deleted definition. The deleted definition is archived, and the response provides a delete location of the definition key for reference. You can reuse a deleted definition key because the information associated with the deleted definition key is copied to a new unique identifier.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Definition Key |
String |
Definition key to delete. |
x |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Delete Keyword By Id
<sfdc-marketing-cloud-rest:delete-keyword-by-id>
Deletes a keyword from an account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Keyword ID |
String |
Keyword ID to delete. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Delete Keyword By Long Code
<sfdc-marketing-cloud-rest:delete-keyword-by-long-code>
Deletes a keyword from an account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Keyword |
String |
Keyword to delete. |
x |
|
Long code |
String |
Long code of the keyword to delete. |
x |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Delete Keyword By Short Code
<sfdc-marketing-cloud-rest:delete-keyword-by-short-code>
Deletes a keyword from an account.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Keyword |
String |
Keyword to delete. |
x |
|
Short code |
String |
Short code of the keyword to delete. |
x |
|
Country code |
String |
Country code of the keyword to delete. |
x |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Delete Sms Send Definition
<sfdc-marketing-cloud-rest:delete-sms-send-definition>
Deletes a message definition. You cannot restore a deleted definition. The deleted definition is archived, and the response provides a delete location of the definition key for reference. You can reuse a deleted definition key because the information associated with the deleted definition key is copied to a new unique identifier.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Definition Key |
String |
Definition key to delete. |
x |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Send Email Message To Single Recipient
<sfdc-marketing-cloud-rest:send-email-message-to-single-recipient>
Sends a message to a single recipient via a send definition using a Message Key path parameter.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Message Key |
String |
Unique identifier used to track the message status. Can be automatically created when you create a message or can be provided as part of the request. Can be up to 100 characters, and there are no restricted characters. Each recipient in a request must have a unique Message Key. If you use a duplicate Message Key in the same send request, the message is rejected. |
x |
|
Email Request Body |
Any |
Content of the message to send. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Send Sms Message To Single Recipient
<sfdc-marketing-cloud-rest:send-sms-message-to-single-recipient>
Sends a message to a single recipient via a send definition using a Message Key path parameter.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Message Key |
String |
Unique identifier used to track the message status. Can be automatically created when you create a message or can be provided as part of the request. Can be up to 100 characters, and there are no restricted characters. Each recipient in a request must have a unique Message Key. If you use a duplicate Message Key in the same send request, the message is rejected. |
x |
|
Request Body |
Any |
Content of the message to send. |
#[payload] |
|
Read Timeout |
Number |
Read timeout value. Used to override the read timeout values defined in the connector configuration. |
||
Read Timeout Time Unit |
Enumeration, one of:
|
Time unit value for the Read Timeout field. |
||
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
|
Streaming Strategy |
|
Configures how Mule processes streams. Repeatable streams are the default behavior. |
||
Target Variable |
String |
Name of the variable that stores the operation’s output. |
||
Target Value |
String |
Expression that evaluates the operation’s output. The outcome of the expression is stored in the Target Variable field. |
#[payload] |
|
Reconnection Strategy |
Retry strategy in case of connectivity errors. |
Throws
-
SFDC-MARKETING-CLOUD-REST:BAD_REQUEST
-
SFDC-MARKETING-CLOUD-REST:CONFLICT
-
SFDC-MARKETING-CLOUD-REST:CONNECTIVITY
-
SFDC-MARKETING-CLOUD-REST:FORBIDDEN
-
SFDC-MARKETING-CLOUD-REST:INVALID_CONNECTION
-
SFDC-MARKETING-CLOUD-REST:INVALID_CREDENTIALS
-
SFDC-MARKETING-CLOUD-REST:NOT_FOUND
-
SFDC-MARKETING-CLOUD-REST:RETRY_EXHAUSTED
-
SFDC-MARKETING-CLOUD-REST:SERVER_ERROR
-
SFDC-MARKETING-CLOUD-REST:TIMEOUT
Unauthorize
<sfdc-marketing-cloud-rest:unauthorize>
Deletes all the access token information of a given resource owner ID so that it is impossible to execute any operation for that user without doing the authorization dance again.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Configuration |
String |
Name of the configuration to use. |
x |
|
Config Ref |
ConfigurationProvider |
Name of the configuration to use to execute this component. |
x |
Types
Proxy
Configures a proxy for outbound connections.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Host |
String |
Hostname or IP address of the proxy server. |
x |
|
Port |
Number |
Port of the proxy server. |
x |
|
Username |
String |
Username to authenticate against the proxy server. |
||
Password |
String |
Password to authenticate against the proxy server. |
||
Non Proxy Hosts |
Array of String |
List of hosts against which the proxy must not be used. |
||
Ntlm Domain |
String |
Domain to authenticate against the proxy. |
TLS
Configures TLS to provide secure communications for the Mule app.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Enabled Protocols |
String |
Comma-separated list of protocols enabled for this context. |
||
Enabled Cipher Suites |
String |
Comma-separated list of cipher suites enabled for this context. |
||
Trust Store |
Configures the TLS truststore. |
|||
Key Store |
Configures the TLS keystore. |
|||
Revocation Check |
Configures a revocation checking mechanism. |
Truststore
Configures the truststore for TLS.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
Path to the truststore. Mule resolves the path relative to the current classpath and file system. |
||
Password |
String |
Password used to protect the truststore. |
||
Type |
String |
Type of truststore. |
||
Algorithm |
String |
Encryption algorithm that the truststore uses. |
||
Insecure |
Boolean |
If |
Keystore
Configures the keystore for the TLS protocol. The keystore you generate contains a private key and a public certificate.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
Path to the keystore. Mule resolves the path relative to the current classpath and file system. |
||
Type |
String |
Type of keystore. |
||
Alias |
String |
Alias of the key to use when the keystore contains multiple private keys. By default, Mule uses the first key in the file. |
||
Key Password |
String |
Password used to protect the private key. |
||
Password |
String |
Password used to protect the keystore. |
||
Algorithm |
String |
Encryption algorithm that the keystore uses. |
Standard Revocation Check
Configures standard revocation checks for TLS certificates.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Only End Entities |
Boolean |
Which elements to verify in the certificate chain:
|
||
Prefer Crls |
Boolean |
How to check certificate validity:
|
||
No Fallback |
Boolean |
Whether to use the secondary method to check certificate validity:
|
||
Soft Fail |
Boolean |
What to do if the revocation server can’t be reached or is busy:
|
Custom OCSP Responder
Configures a custom OCSP responder for certification revocation checks.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Url |
String |
URL of the OCSP responder. |
||
Cert Alias |
String |
Alias of the signing certificate for the OCSP response. If specified, the alias must be in the truststore. |
CRL File
Specifies the location of the certification revocation list (CRL) file.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Path |
String |
Path to the CRL file. |
Reconnection
Configures a reconnection strategy for an operation.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Fails Deployment |
Boolean |
What to do if, when an app is deployed, a connectivity test does not pass after exhausting the associated reconnection strategy:
|
||
Reconnection Strategy |
Reconnection strategy to use. |
Reconnect
Configures a standard reconnection strategy, which specifies how often to reconnect and how many reconnection attempts the connector source or operation can make.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to attempt to reconnect, in milliseconds. |
||
Blocking |
Boolean |
If |
||
Count |
Number |
How many reconnection attempts the Mule app can make. |
Reconnect Forever
Configures a forever reconnection strategy by which the connector source or operation attempts to reconnect at a specified frequency for as long as the Mule app runs.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to attempt to reconnect, in milliseconds. |
||
Blocking |
Boolean |
If |
Expiration Policy
Configures an expiration policy strategy.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Max Idle Time |
Number |
Configures the maximum amount of time that a dynamic configuration instance can remain idle before Mule considers it eligible for expiration. |
||
Time Unit |
Enumeration, one of:
|
Time unit for the Max Idle Time field. |
Repeatable In Memory Stream
Configures the in-memory streaming strategy by which the request fails if the data exceeds the MAX buffer size. Always run performance tests to find the optimal buffer size for your specific use case.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Initial Buffer Size |
Number |
Initial amount of memory to allocate to the data stream. If the streamed data exceeds this value, the buffer expands by Buffer Size Increment, with an upper limit of Max In Memory Size value. |
||
Buffer Size Increment |
Number |
Amount by which the buffer size expands if it exceeds its initial size. Setting a value of |
||
Max Buffer Size |
Number |
The maximum amount of memory to use. If more than that is used then a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised. A value lower than or equal to zero means no limit. |
||
Buffer Unit |
Enumeration, one of:
|
Unit for the Initial Buffer Size, Buffer Size Increment, and Buffer Unit fields. |
Repeatable File Store Stream
Configures the repeatable file-store streaming strategy by which Mule keeps a portion of the stream content in memory. If the stream content is larger than the configured buffer size, Mule backs up the buffer’s content to disk and then clears the memory.
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
In Memory Size |
Number |
Maximum amount of memory that the stream can use for data. If the amount of memory exceeds this value, Mule buffers the content to disk. To optimize performance:
|
||
Buffer Unit |
Enumeration, one of:
|
Unit for the In Memory Size field. |