Skip to content
AskElephant Knowledge Base home

Service Updated

Start a workflow whenever a service record changes in HubSpot. It appears as Service Updated in the workflow builder.

Service Updated node in the workflow builder

What It Does

Watches your connected HubSpot workspace and fires when an existing service record is updated, giving the workflow the service's details plus the property that changed.

When It Fires

Fires when a service is updated, such as when its pipeline stage changes. 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

serviceId

string

{{nodeId.serviceId}}

serviceName

string

{{nodeId.serviceName}}

servicePipelineId

string

{{nodeId.servicePipelineId}}

servicePipelineStageId

string

{{nodeId.servicePipelineStageId}}

serviceCategory

string

{{nodeId.serviceCategory}}

propertyName

string

{{nodeId.propertyName}}

propertyValue

string

{{nodeId.propertyValue}}

Example Workflow

Watch for changes to the service pipeline stage property, then notify the assigned owner when a service moves into a new stage.

  • Service Created

  • Update Service

  • Search Service from Deal

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.