Short answer: Drop the "HubSpot → Update Ticket" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Ticket ID ticket_id | string | Required | HubSpot ticket record ID — a numeric string. Find via List Tickets. |
Subject subject | string | Optional | Message subject line. |
Content content | string | Optional | Content |
Pipeline Stage hs_pipeline_stage | string | Optional | Pipeline Stage. Example: 1 (New), 2 (Waiting), 3 (Closed) |
Priority hs_ticket_priority | options | Optional | Priority. Options: Low, Medium, High |
{"ticket_id": "e.g. 4567890123","subject": "e.g. Quick update","content": "{{trigger.content}}","hs_pipeline_stage": "e.g. 1 (New), 2 (Waiting), 3 (Closed)","hs_ticket_priority": "{{trigger.hs_ticket_priority}}"}
{"id": "123456","properties": {"subject": "Updated subject","hs_pipeline_stage": "3"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.