HubSpot: Update Ticket¶
Plugin ID: eca_hubspot_update_ticket
Available since: 1.0.0
Update an existing ticket in HubSpot by ID.
Fields¶
Ticket ID— config key:ticket_id-
The HubSpot ticket ID to update.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Subject— config key:subject-
The ticket subject.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Content— config key:content-
The ticket content/description.
This field supports tokens.Type:
textarea· Required: no · Default: empty string Pipeline— config key:pipeline-
The pipeline ID.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Stage— config key:stage-
The ticket stage/status.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Priority— config key:priority-
The priority (e.g., "LOW", "MEDIUM", "HIGH").
This field supports tokens.Type:
textfield· Required: no · Default: empty string Additional Properties (YAML)— config key:additional_properties-
Additional or custom properties in YAML format. See HubSpot API documentation for available properties. Example:
website: "https://example.com"
numberofemployees: 50
custom_property: "value"
This field supports tokens.Type:
textarea· Required: no · Default: empty string Associated Contact IDs— config key:associated_contact_ids-
Comma-separated list of contact IDs.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Associated Company IDs— config key:associated_company_ids-
Comma-separated list of company IDs.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Associated Deal IDs— config key:associated_deal_ids-
Comma-separated list of deal IDs.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Token name— config key:token_name-
Token that holds the updated ticket data.
This field supports tokens.Type:
textfield· Required: no · Default: empty string