Apply account template
Apply account template deploys an account template to the target account, applying AI assistants, CRM fields, automations, and more. The template runs asynchronously — the automation continues immediately without waiting for the template to finish deploying. This action is available on account-scoped triggers.
How it works
- The automation reaches the step with an account in scope
- You select the account template to deploy
- The step triggers the template deployment asynchronously
- The automation continues to the next step immediately — deployment happens in the background
Set up the action
- Open the automation builder and add a new step
- Under Advanced, select Apply account template
- Configure the field:
| Field | Required | Description |
|---|---|---|
| Account template | Yes | The template to deploy to the account. Select from your available account templates. |
tip
Use data passing for dynamic template selection — this lets you choose different templates based on trigger data or earlier step outputs.
Outputs
This action produces no outputs available to downstream steps.
Tips
- Deployment is asynchronous — the automation does not wait for the template to finish. If downstream steps depend on resources created by the template (like AI assistants or automations), add a Delay step to allow time for deployment.
Related resources
- Actions overview — Browse all available actions
- Logic & flow control — If/else branches, delays, and jump steps
- Creating and configuring automations — Build and configure workflows