Assign company owner
Assign a company owner / salesperson sets a team member as the owner of a CRM company record. Use it in company-scoped automations to route new or updated companies to the right person automatically — without manual reassignment.
This action is available on any trigger that brings a company into scope, such as A company is created or modified or A form is submitted for a company.
How it works
- The automation reaches the Assign a company owner / salesperson step with a company in scope
- You specify the team member to assign — either a static selection or a dynamic value from a previous step
- The action updates the company record's owner field in the CRM
- The assigned user ID is returned as an output available to downstream steps
- If the company already has an owner, the previous owner is replaced
Set up the action
- Open the automation builder and add a new step
- Under Companies, select Assign a company owner / salesperson
- Configure the field:
| Field | Required | Description |
|---|---|---|
| Owner | Yes | The team member to assign as the company owner. Select a user from the list or use dynamic content to pass a user ID from a previous step. |
Use Add dynamic content to assign ownership based on data from the trigger or an earlier step. For example, pass a salesperson user ID from a webhook payload or a form submission to route the company to the right person automatically.
Outputs
After the step runs, one value is available to downstream steps:
| Output | Description |
|---|---|
| owner_id | The user ID of the newly assigned company owner. |
Reference this output in later steps using Add dynamic content and selecting this step's owner_id.
Related resources
- Actions overview — Browse all available actions
- Find company — Locate a company record to bring it into scope
- Assign contact owner — Assign an owner to a CRM contact record
- Logic & flow control — If/else branches, delays, and jump steps
- Creating and configuring automations — Build and configure workflows