We are using Salesforce Data Action to integrate with Salesforce where in integration section we have configured salesforce provided client token, user name & password.
Just want to check when we use this integration into the Action what URL is going to be formed at the backend.
Does it going to contain UserName, Password & token in the Request URL or not ?
The Salesforce data action integration uses the username, password, and client token to authenticate separately from running your data actions.
You can see exactly what is included in the URL by running an action in test mode and looking at the results of step 4, "Resolve request URL template".