Sep 20, 2022 9:06 AM
I have created a team to receive notifications of when a particular form is submitted. The form has multiple categories and would like to assign the ticket to the team member for a particular category. Any suggestions?
Solved! Go to Solution.
Sep 20, 2022 9:35 AM - edited Sep 20, 2022 9:37 AM
Hi @LeeW,
This can be achieved with a ticket-based workflow and requires a Service Hub Professional subscription. Under Menu > Automation > Workflows, you would create a workflow for tickets.
For the enrollment criteria, you would select "Category is known" and "Ticket owner is unknown". You would then use an "if/then" or "value equals" branch for each category option. As a next action in each branch, you can use the "Set property value" action to assign the ticket owner property.
Without a Professional subscription, this is not possible.
Let me know if you have any follow-up questions!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Sep 20, 2022 10:24 AM
Hello @LeeW ,
I think there two things -
//Note: In your form there must be a field through which you identify in which category of ticket is to be create for this in future.
For first objective you have to write a Contact based workflow
In above steps you have created the ticket but not assigned to anyone so for next objective you need to create a small automation -
I hope this will help you.
Thank you
Shubham Nigam
Sep 20, 2022 10:24 AM
Hello @LeeW ,
I think there two things -
//Note: In your form there must be a field through which you identify in which category of ticket is to be create for this in future.
For first objective you have to write a Contact based workflow
In above steps you have created the ticket but not assigned to anyone so for next objective you need to create a small automation -
I hope this will help you.
Thank you
Shubham Nigam
Sep 20, 2022 9:35 AM - edited Sep 20, 2022 9:37 AM
Hi @LeeW,
This can be achieved with a ticket-based workflow and requires a Service Hub Professional subscription. Under Menu > Automation > Workflows, you would create a workflow for tickets.
For the enrollment criteria, you would select "Category is known" and "Ticket owner is unknown". You would then use an "if/then" or "value equals" branch for each category option. As a next action in each branch, you can use the "Set property value" action to assign the ticket owner property.
Without a Professional subscription, this is not possible.
Let me know if you have any follow-up questions!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |