The following tokens can be used in pipelines to retrieve properties from the Hubspot synapse configuration. Note that you will need to replace <synapseName> with the name of your configured synapse.
For example, if you named your synapse, Hubspot, you would use this token to get the Name of your synapse for use in a pipeline {{synapse_Hubspot.name}}
Synapse Property | Token |
Synapse Name |
{{synapse_<synapseName>.name}} |
Portal ID |
{{synapse_<synapseName>.metaConfig.portalId}} |
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}} |
See this article for more information about tokens: Using Tokens Like a Pro