Salesforce Custom API Call module v46.0 | Community
Skip to main content
PoppyJennings
Level 2
January 16, 2024
Question

Salesforce Custom API Call module v46.0

  • January 16, 2024
  • 1 reply
  • 531 views

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?

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

1 reply

ChrisStephens
Community Advisor
Community Advisor
January 16, 2024

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.