Create HubSpot ticket from Webhooks event
This action will create a new support ticket in your HubSpot Service Hub.
Developer info
- API endpoint slug
- hubspot.create_ticket
- Filter code method
- Hubspot.createTicket.skip(string?: reason)
- Runtime method
- runAction("hubspot.create_ticket", {})
Action fields
Subject Text input > Other
- Label
- Subject
- Slug
- subject
- Required
- true
- Can have default value
- true
- Filter code method
- Hubspot.createTicket.setSubject(string: subject)
Description Text input > Other
- Label
- Description
- Slug
- description
- Required
- true
- Can have default value
- true
- Filter code method
- Hubspot.createTicket.setDescription(string: description)
Pipeline stage Nested dropdown list
- Label
- Pipeline and stage
- Helper text
- Pick the ticket pipeline and the initial stage.
- Slug
- pipeline_stage_id
- Required
- true
- Can have default value
- false
Priority Dropdown list
- Label
- Priority
- Slug
- priority
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createTicket.setPriority(string: priority)
Associated contact email Text input > Other
- Label
- Associated contact email
- Helper text
- Optional. Email of an existing contact to associate with this ticket.
- Slug
- associated_contact_email
- Required
- false
- Can have default value
- true
- Filter code method
- Hubspot.createTicket.setAssociatedContactEmail(string: associated_contact_email)
