Expand my Community achievements bar.

Salesforce Custom API Call module v46.0

Avatar

Level 3

I want to be able to use the latest Salesforce Bulk API 2.0 to upload/update 2000+ records in Salesforce in one go.

According to the SF docs, you must be using v47 to be able to do this (see https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm)

When I open the Salesforce Custom API Call module the endpoint is set to "Enter a path relative to <Instance URL>/services/data/v46.0/."

Where the version is set to v46.0

 

Does anyone know a way to override this? I have tried setting the endpoint to /services/data/ and other variations of this but no luck!

Or can anyone at Adobe tell me when it will be upgraded to v47?

1 Reply

Avatar

Community Advisor

The only way you would manually be able to do it is if you use a custom API (http) module, and not the native salesforce modules.