I’m unable to access the bulk API operations in the salesforce node and the documentation seems a bit daunting with various HTTP requests to achieve it.
Is there a simpler way to bulk import a csv file to salesforce via the n8n node?
Here’s their documentation page:
Here’s a video I watched on doing this via Postman:
I keep getting the grant_type is incorrect error whenever I tried sending an HTTP request with the Salesforce credentials saved on n8n and without the salesforce credentials.
Additional info:
When the Salesforce credentials weren’t working, I’ve tried setting up the connected app with all these scopes: Manage user data via APIs (api)
Manage user data via Web browsers (web)
Full access (full)
Perform requests at any time (refresh_token, offline_access)
Manage Data Cloud Ingestion API data (cdp_ingest_api)
Access the Salesforce API Platform (sfap_api)
Access all Data Cloud API resources (cdp_api)
added the client_id and client_secret and set the grant_type to ‘client_credentials’ too, but I’ve been getting a grant type not supported error.