Integration Authentications
Expose integration authentication credentials for use in workflow templates.
Enabling exposure
Referencing in workflows
Liquid template
{{ authentications['asana']['Prod'].token }}JavaScript code step
const auth = authentications.asana["Prod"];
const token = auth.token;Python code step
What's available
Disabling exposure
Security
Last updated
Was this helpful?