Close menu
Explore Plans
Mobile menu Close menu
HubSpot

Update a ticket

This action will update an existing HubSpot ticket's subject, description, and/or priority.

Developer info

API endpoint slug
hubspot.update_ticket
Filter code method
Hubspot.updateTicket.skip(string?: reason)
Runtime method
runAction("hubspot.update_ticket", {})

Action fields

Ticket Text input > Other

Label
Ticket ID
Helper text
The ID of the ticket to update.
Slug
ticket_id
Required
true
Can have default value
true
Filter code method
Hubspot.updateTicket.setTicketId(string: ticket_id)

Subject Text input > Other

Label
Subject
Slug
subject
Required
false
Can have default value
true
Filter code method
Hubspot.updateTicket.setSubject(string: subject)

Description Text input > Other

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Hubspot.updateTicket.setDescription(string: description)

Priority Dropdown list

Label
Priority
Slug
priority
Required
false
Can have default value
true
Filter code method
Hubspot.updateTicket.setPriority(string: priority)