Question

HTTP Caller Patch Salesforce

  • 8 May 2024
  • 1 reply
  • 23 views

Badge

HI,

 

I’m looking into using HTTP caller to update records in my Salesforce Org I am struggling to get anything workisng, I have tried to setup a connected app to setup a FME web Connection but keep getting an error. The aim is that another service calls the FME job and it runs and updates a record in Salesforce, we have the record ID for each run so we know what record and field to update but I’m also not sure using the HTTP Caller how to have it refresh the token also? 

 

 

I have also tried following this guide

https://support.safe.com/hc/en-us/articles/25407494166029-Connecting-to-Salesforce-in-FME

but everytime I try to test it come up with a Network Error: invalid_request

 

Any direction would be appreciated.

 

Thanks


1 reply

Userlevel 2
Badge +14

Hi @cnorth

The first thing to try would be to GET any information from Salesforce to make sure that everything is set up correctly. I test all of my calls in https://workbench.developerforce.com/login.php?startUrl=%2Fselect.php before moving to FME to make sure the call is set up correctly and I have the right permissions enabled. 

 

Another option would be to use the SalesforceConnector first with the web connection to make sure that is working before moving to the HTTPCaller. 

 

Hope that helps get you started

Reply