Forum Discussion
Well I need the full process on how to setup the Dynamic Account.
What do I need to do in Salesforce and then what values I set in the Snap. I need the map of where I get that access token.
I tried based on what fields were available in the Snap.
The instructions are not clear:
· A Salesforce Dynamic Account with values supplied by pipeline parameters. You must use pipeline parameters since accounts get initialized before Snaps.
First, send a out-of-band POST to “https://login.salesforce.com/services/oauth2/token” such as:
grant_type=password&client_id=<client_id>&client_secret=<client_secret>&username=%40&password=
What is client_id, what is client_secret?
Thanks,
Hi,
I do have the same use case. We have a Salesforce sandbox and our Salesforce Administrator grants me admin access to create the Connected App in Salesforce. I used this resource from SnapLogic documentation and has been really helpful.