Name each account
Call the provider’s account helper at module scope with a stable binding name, then pass each reference to the trigger or action that should use it:automations/route-support-email.automation.ts
support and operations identify deployment bindings, not provider account IDs. Account helpers prevent passing a Google binding to an action for another service.
Connect each account
Deploy the project:Keep one identity across calls
Use the same binding name wherever work should use the same provider identity. For example, Gmail and Google Sheets share the Google service, sogoogleAccount("operations") identifies the same Google binding across both product subpaths.
Omitting the action’s account options selects the default binding. A single-service action also accepts a binding string, while an account reference reuses one identity across calls.
Trigger account selection must be static because Automate.ax configures event
sources during deployment. Actions resolve their selected account when they
execute.