Default account binding
Account-backed actions and triggers use the service’sdefault binding when
account is omitted:
Named bindings
Use a stable name when one project needs several accounts for the same service:support and billing identify project deployment bindings. The
CLI assigns an authorized Google account to each one.
Permissions
Every account-backed action and trigger declares the provider permissions it requires. Deployment combines requirements for each service and binding, then checks whether the selected account satisfies them. If authorization is missing, deployment pauses and guides you through connecting or reauthorizing an account before publishing. Adding an operation that needs broader permissions can therefore require reauthorization on the next deployment.Static and dynamic selection
- Trigger account selection must be static because Automate.ax configures event sources during deployment.
- A single-service action can select a literal binding, typed account reference, or compatible signal because its account is resolved during execution.
- An action that accepts multiple services requires a typed account reference so Automate.ax knows which provider to authorize during deployment.