Communication Updated
Start a workflow whenever an existing HubSpot communication record changes. It appears as Communication Updated in the workflow builder.

What It Does
Watches your connected HubSpot workspace and fires when a communication record, such as an SMS, WhatsApp message, LinkedIn message, email, or call, is updated. Use it alongside Communication Created if you want to react to both the initial log and any later edits.
When It Fires
Fires when a communication is updated. You can narrow it by channel, by direction, and by a specific property so the workflow only runs for the changes that matter. Leave all filters empty to fire on any property change for any communication.
Configuration
Configure the node with these settings:
Field | What it controls |
|---|---|
Channel Types | Limit the trigger to one or more channels: |
Direction | Limit to |
Property Name | Enter a HubSpot property name, such as |
Outputs
The node passes these values downstream. Check the Outputs tab on the configured node to confirm exact paths.
Variable | Type | Description | Example |
|---|---|---|---|
|
| The unique HubSpot ID of the communication |
|
|
| The type of communication channel (e.g., SMS, WHATSAPP_MESSAGE, LINKEDIN_MESSAGE, EMAIL, CALL, etc.) |
|
|
| The content/body text of the communication |
|
|
| The date and time when the communication occurred (ISO 8601 format) |
|
|
| The direction of the communication: INCOMING (from customer) or OUTGOING (from your team) |
|
|
| The HubSpot user ID of the owner/assignee of this communication |
|
|
| The phone number the communication came from (for SMS/calls) |
|
|
| The phone number the communication was sent to (for SMS/calls) |
|
|
| Array of associated HubSpot objects (contacts, companies, deals) linked to this communication |
|
|
| The name of the HubSpot property that was changed (e.g., "hs_communication_channel_type") |
|
|
| The new value of the property that was changed (type varies by property) |
|
Example Workflow
Watch for changes to hubspot_owner_id on incoming communications, then notify the newly assigned owner that a customer touchpoint was just reassigned to them.
Related Nodes
Communication Created
Search Communications
Get Communications by Time Range
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 supportin your dedicated Slack channel.