I'm new to Hubspot and I'm struggling to find a way to associate a ticket with specific company role.
When a new company is created we have multiple contacts assigned to it: sales rep, technical SME.
When we start a deal with a company we exchange with Sales but when the deal is closed and it become a customer we should start create ticket with their technical contact.
Is there a way to apply a label like "technical SME" and ask the ticket creator to just select the company and then the technical SME contact appear?
I haven't used them much myself to be honest, but in principle you should be able to define labels (roles) for contacts associated with a company and then use workflows to trigger actions for either all associated contacts or specific labels.
Let me know if that works.
Frank
Found my comment helpful? Great! Please mark it as a solution to help other community users.
Hey @DAndrione I'm thinking you could achieve them through Workflows and Custom Code Actions.
You'll need operations hub pro/ent, you could do the following:
Create a new ticket in a specific pipeline named "Technical SME" with the Company select (no contact), then a workflow could watch for new tickets, get the company's associated technical SME, and assign as the contact.
Then move the "temporary ticket" to the main ticket pipeline.
I flagged this as solution as I suppose this works but I am really new to API calls so I need to study a little bit to apply it. Any learning material is appreciated! Anyway.. thanks!