Exporting Data to CSV file via Bulk API
I am having trouble with my Bulk API code. What I want is to take the records in the Opportunity object, and a few of their fields, and export them to a csv file for reading. The code is currently as follows.
I am having trouble with my Bulk API code. What I want is to take the records in the Opportunity object, and a few of their fields, and export them to a csv file for reading. The code is currently as follows.
We have an external CRM system. We are trying to pull in campaigns and open & click events and correlate them. I’m able to retrieve Open events and Click events via the SOAP API and can retrieve Campaigns via the REST API. But is it possible to tie the open and click events to a specific campaign? I can’t quite figure out the link between them.
I am trying to figure out how to use the SOAP API to update an existing Marketing Cloud subscriber’s email address. I’ve tried different permutations of the below request (with Create and Update action) and although the response is successful, it does not update the record.
I am using the SOAP API to load data for multiple SObject types into a completely new Developer sandbox.
The Salesforce SOAP API’s getUpdated() is designed to return all objects of a given type, inserted or updated within a given timeframe. IDs for updated records will then be returned and the Salesforce docs then recommends the use of retrieve() calls for every returned ID to get details about the changed records.
The Salesforce SOAP API’s getUpdated() is designed to return all objects of a given type, inserted or updated within a given timeframe. IDs for updated records will then be returned and the Salesforce docs then recommends the use of retrieve() calls for every returned ID to get details about the changed records.
In my company’s existing CRM system we have a lot of public APIs that are accessible to everyone in the web (kinda like Flickr APIs).
I am trying to retrieve automation object by following this guide
Requirement :- Login Customer community user into Salesforce using Partner WSDL.
Is it true that only Soap/Web Service API can be used with Ampscript? What about Ampscript and REST API?