Skip to content
AskElephant Knowledge Base home

Company Updated

Start a workflow whenever a company record changes in HubSpot. It appears as Company Updated in the workflow builder.

Company Updated node in the workflow builder

Company Updated node in the workflow builder

What It Does

Watches your connected HubSpot workspace and fires when an existing company record is updated, giving the workflow a reference to that company plus the property that changed.

When It Fires

Fires when a company is updated. Leave the property filter empty to fire on any property change, or narrow it to a single property so the workflow only runs when that specific field changes.

Configuration

Configure the node with these settings:

Field

What it controls

Property Name

Enter a HubSpot property name to only trigger when that property is updated. If left blank, all property changes trigger the workflow.

Outputs

The node passes these values downstream. Check the Outputs tab on the configured node to confirm exact paths.

Variable

Type

Description

Example

company

object

A reference to the company that was updated in AskElephant

{{nodeId.company}}

company.id

string

{{nodeId.company.id}}

hubspotCompanyId

string

{{nodeId.hubspotCompanyId}}

companyName

string

{{nodeId.companyName}}

companyDomain

string

{{nodeId.companyDomain}}

propertyName

string

{{nodeId.propertyName}}

propertyValue

string

{{nodeId.propertyValue}}

Example Workflow

Watch for changes to a company's lifecycle stage property, then post an update to your team's Slack channel when a company moves into a new stage.

  • Company Created

  • Add Note to Companies

  • Update Company

Need More Help?

Reach the AskElephant support team by:

  • clicking the Support tab on the right side of your screen,

  • emailing [email protected],

  • or using @askelephant support in your dedicated Slack channel.