Hi, I need a urgent help. I am using ServiceHub, where i am creating ticket from inbox channel. Problem is in my email there various type email i got so i want to add there condition or filter for specific type email will be convert into as a ticket. How could i achieve this? and is there anyway to make hubspot and slack channel for make servicehub helpdesk ticket can do conversation using it.
@HRahman57 - I resorted to using custom coded workflow steps (Python code fragments) to parse the inbound message and determine the correct action to take based on message content. I don't think there is a straightforward way to do filtering and branching without that custom code option - as I say, Conversation objects are more than a little perverse in teh way they are set up.
If I can help further with code fragments etc. please PM me.
Se a minha resposta te ajudou, por gentileza, clique no botão: " Aceitar como solução ". Ainda com dúvidas? Responda a minha postagem para que possamos continuar te ajudando! Obrigado por postar na comunidade da HubSpot! .
Se a minha resposta te ajudou, por gentileza, clique no botão: " Aceitar como solução ". Ainda com dúvidas? Responda a minha postagem para que possamos continuar te ajudando! Obrigado por postar na comunidade da HubSpot! .
@HRahman57 - I am with you on this! I have developed for my clients a system that can offer filtering and control over the ticket creation process when you get an Inbox email. To accomplish this I have a triggred Conversation workflow that looks at the details of the incoming email and handles different from/to address cases etc.
I do need Ops Hub custom coded works=flow step to accomplish this since Conversations are a strange object animal with a number of fairly arbitrary restrictions on how you can use them. But all this is worksing pretty well in the HubSpot instances I have set up.
Hi @SteveHTM , I also tried to make a triggred Conversation workflow, but the problem is there i didn't find any action to add for filtering or add a condition to it. Like in my inbox, can receive emails from different customers, I want to filter specific conditions,s such as - refund, payment declined, account etc, and then that will automatically add as a ticket so that then our support team can handle it.. Do you have any idea how can i achive it?
@HRahman57 - I resorted to using custom coded workflow steps (Python code fragments) to parse the inbound message and determine the correct action to take based on message content. I don't think there is a straightforward way to do filtering and branching without that custom code option - as I say, Conversation objects are more than a little perverse in teh way they are set up.
If I can help further with code fragments etc. please PM me.