Salesforce Synapse Tokens

Mike Jones
Mike Jones
  • Updated

 

The following tokens can be used in pipelines to retrieve properties from the Salesforce synapse configuration. Note that you will need to replace <synapseName> with the name of your configured synapse.
For example, if you named your synapse, Salesforce, you would use this token to get the Endpoint URL {{synapse_Salesforce.metaConfig.endpoint}}

 

Synapse Property Token

Synapse Name

{{synapse_<synapseName>.name}}
Endpoint URL
{{synapse_<synapseName>.metaConfig.endpoint}}
Authentication Method
{{synapse_<synapseName>.metaConfig.authType}}
Client Id
{{synapse_<synapseName>.authConfig.clientId}}
Client Secret
{{synapse_<synapseName>.authConfig.clientSecret}}
Access Token
{{synapse_<synapseName>.authConfig.accessToken}}
Refresh Token
{{synapse_<synapseName>.authConfig.refreshToken}}

Redirect URL

{{synapse_<synapseName>.authConfig.oAuthRedirectUrl}}

Username

{{synapse_<synapseName>.authConfig.userName}}

Password

{{synapse_<synapseName>.authConfig.password}}

Token

{{synapse_<synapseName>.authConfig.token}}

 

See this article for more information about tokens: Using Tokens Like a Pro

Share this

Was this article helpful?

0 out of 0 found this helpful