64
Views
1
Comments
[Salesforce REST] How to configure Salesforce Rest
Question
salesforce-rest
Web icon
Forge asset by Leonardo Fernandes

Hi all,

On postman, I have a valid request:

When I put those credentials on Salesforce Rest Component, it raises the following error:

error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration


Could you please help me configure the Salesforce REST component in order to make this request?


Thanks

2021-05-26 01-41-30
Jack McMillan

Hi Bruno,

I know this isnt an exact answer to your question however below will achieve the same results.

Instead of using this forge component you could try and consume the API using the build in Consume Rest API Method function in Service Studio.

Under the Logic tab expand the integrations folder, right click on REST and click Consume REST API.


Click ADD SINGLE METHOD.


From here you can populate all of your URL header and auth information just like you can in postman.



Once complete it will create an action that you can drag and drop into your logic as required.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.