This action will update an existing HubSpot ticket's subject, description, and/or priority.
- API endpoint slug
- hubspot.update_ticket
- Filter code method
- Hubspot.updateTicket.skip(string?: reason)
- Runtime method
- runAction("hubspot.update_ticket", {})
Action fields
- 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)
- Label
- Subject
- Slug
- subject
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.updateTicket.setSubject(string: subject)
- Label
- Description
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.updateTicket.setDescription(string: description)
- Label
- Priority
- Slug
- priority
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.updateTicket.setPriority(string: priority)