In order to authenticate a workflow, add the action as the first action in the workflow. This ensures all subsequent actions can access its output.
All subsequent actions requiring authentication will refer to the action. Link their field to and use the expressions below:
For TMS actions, use the expression: {{$.tokens.tms_token}}
For Strings actions, use the expression: {{$.tokens.strings_token}}
The action does not require any configuration.