Integration with Salesforce | Community
Skip to main content
New Participant
April 5, 2022
Solved

Integration with Salesforce

  • April 5, 2022
  • 2 replies
  • 1090 views

Hi everyone,

 

We need to export data to Salesforce and they require to do it by API. We have seen that in Salesforce Adobe Campaign Classic, there are a connector. Is there any similar in Standard? We have already seen that this question was done in this forum 2 years ago, but perhaps there has been any update.

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SatheeskannaK

Hi @lar1985,

 

There's no connector available between ACS and Salesforce. One approach that might be something generate an extract from ACS and place it in sftp to consume by salesforce API. 

 

Thanks!

2 replies

New Participant
April 6, 2022

As an FYI, our organization has implemented Celigo to interface between ACS and Salesforce.  We use a combination of Salesforce SOQL queries (Delta's and Extracts) and ACS (Via S3-SFTP and API).  There is a connector for Salesforce but not for ACS so we use the Http/Ftp methods.

 

John

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
April 5, 2022

Hi @lar1985,

 

There's no connector available between ACS and Salesforce. One approach that might be something generate an extract from ACS and place it in sftp to consume by salesforce API. 

 

Thanks!

Thanks, Sathees