Salesforce Marketing Cloud Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Salesforce Marketing Cloud (Salesforce Marketing Cloud Connector) enables you to connect to the Salesforce Marketing Cloud web services using the Salesforce Exact Target API. This connector exposes convenient methods for managing objects and calling services provided by the Salesforce Exact Target API, also known as Salesforce Marketing Cloud.
3.1.5
November 17, 2020
Salesforce Marketing Cloud Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.3 and later |
3.1.2
August 10, 2020
Salesforce Marketing Cloud Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.3 and later |
3.1.1
July 23, 2020
Salesforce Marketing Cloud Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.3 and later |
Fixed Issues
-
Fixed the NewObject and ModifyObject input sources to correctly parse date values that have the format
yyyy-MM-dd’T’HH:mm:ss
. (CONN-1620) -
Fixed the following vulnerability issues:
-
Updated the Commons Codec dependency
commons-codec:commons-codec:1.13
tocommons-codec:commons-codec:1.14
-
Excluded the Bouncy Castle dependency
org.bouncycastle:bcprov-jdk15on
fromorg.mule.connectors:mule-soap-engine:1.3.2
andorg.cryptacular:cryptacular:1.2.4
-
Excluded the Bouncy Castle dependency
org.bouncycastle:bcprov-jdk15on
fromorg.cryptacular:cryptacular:1.2.4
-
3.0.4
3.0.3
May 7, 2020
Compatibility
The Salesforce Marketing Cloud connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.3 and later |
Fixed Issues
-
The OAuth access token was not refreshed correctly when it expired. (SE-15630)
-
Upgraded the following dependency versions to fix vulnerability issues:
-
Jackson Databind
com.fasterxml.jackson.core:jackson-databind:2.9.3
upgraded tocom.fasterxml.jackson.core:jackson-databind:2.10.0
-
Cryptacular
org.cryptacular:cryptacular:1.1.1
upgraded toorg.cryptacular:cryptacular:1.2.4
-
Apache CXF Core
org.apache.cxf:cxf-core:3.3.0
upgraded toorg.apache.cxf:cxf-core:3.3.6
-
Apache CXF RT Management
org.apache.cxf:cxf-rt-management:3.3.1
upgraded toorg.apache.cxf:cxf-rt-management:3.3.6
-
Woodstox Core
com.fasterxml.woodstox:woodstox-core:5.0.3
upgraded tocom.fasterxml.woodstox:woodstox-core:6.1.1
-
Commons Bean Utils
commons-beanutils:commons-beanutils:1.9.2
upgraded tocommons-beanutils:commons-beanutils:1.9.4
-
Dom4j
org.dom4j:dom4j:2.1.1
upgraded toorg.dom4j:dom4j:2.1.3
-
Commons Codec
commons-codec:commons-codec:1.11
upgraded tocommons-codec:commons-codec:1.13
-
XMLSec
org.apache.santuario:xmlsec:2.1.2
upgraded toorg.apache.santuario:xmlsec:2.1.5
-
3.0.2
3.0.1
3.0.0
2.2.0
2.1.5
2.1.4
2.1.3
May 6, 2019
Compatibility
The Salesforce Marketing Cloud connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7 and later |
Fuel SDK |
v1.2.2 |
Fixed Issues
-
SFMC (Salesforce Marketing Connector) no longer erroneously appends a timestamp to the value in a SQL statement(SE-11603).
-
Now works with Mule 4.2.0 and Java 11. Added the following missing dependencies: com.sun.xml.messaging.saaj:saaj-impl:1.5.1, javax.ws.rs:javax.ws.rs-api:2.1.1 and javax.xml.ws:jaxws-api:2.3.1
2.1.2
2.0.0
January 19, 2018
Release notes for the Salesforce Marketing Cloud connector.
Compatibility
The Salesforce Marketing Cloud connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.0 and later |
Anypoint Studio |
7 and later |
Exact Target API |
v145.3 |
Features
-
Configure Create - Calls the "Configure" command with "Create" as the action attribute when connected to the Marketing Cloud SOAP web service.
-
Configure Delete - Calls the "Configure" command with "Delete" as the action attribute when connected to the Marketing Cloud API SOAP web service.
-
Configure Update - Calls the "Configure" command with "Update" as the action attribute when connected to the Marketing Cloud API SOAP web service.
-
Create - Creates a new object on the Marketing Cloud API web server.
-
Delete - Deletes an existing object on the Marketing Cloud API web server.
-
Perform get max count - Calls the "Perform" command with "GetMaxCount" as the action attribute when connected to the Marketing Cloud API SOAP web service.
-
Perform start - Sends a "Perform" command having "Start" as an action attribute when connected to the Marketing Cloud API SOAP web service.
-
Perform stop - Sends a "Perform" command having "Stop" as an action attribute when connected to the Marketing Cloud API SOAP Web service.
-
Retrieve - Retrieves objects from the Marketing Cloud API web server in a SQL query-like fashion.
-
Schedule start - Calls the "Schedule" command with "Start" as the action attribute when connected to the Marketing Cloud API SOAP web service.
-
Update - Updates an existing object on the Marketing Cloud API web server.
-
Upsert - Creates an object if the object does not already exist, or delete an existing object on the Marketing Cloud API web server. This operation is achieved by using "Create" method of the Marketing Cloud API SOAP API.
Fixed Issues
This is the first version of the connector, thus no fixes were required; there are only new features.
Known Issues
Providing a Subclass as Type To a Complex Field
Some objects have complex fields that represent a base class from Salesforce Marketing. So, if instead of the base class, you want to pass a subclass of it as value to that field, that is not possible because the connector is not recognize the fields that do not belong to the base class. You must manually map those fields in Transform Message and add a field named "concreteClassType" with the name of the subclass as value. For more information and an example, read the connector guide.
Retrieving Fields From a Hierarchy Not Possible
Querying fields that are lower than level 1 in the hierarchy is not supported by the API. For example,queries like Select Attributes.Name from Subscriber
because Name is at level 2 in the hierarchy.
Server Results that Contain an Automation Object Structure Cause Exception to Be Thrown
When performing operations on an Automation object, the result of the operation causes an exception to be thrown because the response has a field that cannot be parsed by the API. To bypass this, make those types of operations asynchronous.