My requirement is to write back to application on updation of status.
my application is using salesforce connector.
As IDN workflow doesn’t suport oauth grant type : Password
How can we call salesforce API from Workflow
Did you verify if Salesforce API support OAUTH client credentials normaly ?
What exactly do you want to accomplish? Write something (status?) back when LCS of the identity changes? Or something else completely.
You can use Salesforce API with HTTP request action into your workflow.
A grant type password require also client id and secret for the username and password it can be added in query params of your oauth url
I don’t see option to add query parameters for Token URL, only for request URL query Params are available in workflow.
in token url, you and append after ?
Example :
https://myurl/oauth?param1=bbbb¶m2=aaaa
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.