Solved

Source Choices on Ticket Creation


In our ticket fields, we have the basic choices for sources

However, when I go to create a ticket on behalf of a customer in the tickets section, under the source dropdown, only “Phone” is selectable.

 

How can I set this up so that the other options are available from that dropdown?

icon

Best answer by Pooja Bernice 9 April 2022, 02:41

View original

12 replies

Userlevel 5
Badge +5

Hi @gbtoast,

I see you are looking for other custom source options while you have your new ticket created, I am afraid this is the intended product behavior and the phone source is currently hard coded to be visible to all agents creating tickets from within the helpdesk considering internal tickets are mostly created by agents who hear from customers.

You could either create a new custom source to facilitate this, available from our Pro Plan,  please have a look at our solution article for further insight into the same -https://support.freshdesk.com/en/support/solutions/articles/50000003018-ticket-fields-omnichannel-sources

But, if you would like your source to change every time a ticket with source phone is created you can achieve this by using a ticket creation rule and a web hook following the given documentation-

https://developers.freshdesk.com/api/

  1. Please navigate to Admin → Workflows → Automations → Ticket Creation and create a Ticket Creation rule with the stated configuration

    You can select your choice of source from the stated documentation and insert the number accordingly into the script to change the source of the created ticket. I hope this helps!

Userlevel 1
Badge +3

Welcome to Freshworks Community :)

 

When you create a new ticket or outbound email on behalf of the customer, the source will be “Phone” by default. When you try creating a new ticket, the system interprets the source of that ticket as being a phone - since the only circumstance under which we imagine you would want an agent to create a ticket would be if you received a phone call - since all other mediums are covered in ticket creation.

 

This cannot be changed to maintain the integrity of the system. Currently, this is hardcoded in the system.

 

Don’t hesitate to leave a note if you have a doubt!

Userlevel 1
Badge +1

I understand this is a hard-coded setting. However, we have several use cases where agents receive and respond to inquiries from various sources other than phone (e.g., mail, SMS).

 

For example, all the mail we receive from consumers, we scan a PDF and send to Freshdesk via email. We do this for regulatory compliance to track every piece of mail with the consumer. So, all our mail tickets state source = email, but it was mail. We frequently need to explain this to external auditors and our bank. (We are in the FinTech space).

 

As a user and admin, we need the ability to Add/Update to a source other than phone at ticket creation and after a ticket was created - preferably without the pro plan and/or DEV work via the API.

Badge

We are encountering the same issue.  We receive and accept inquiries via email, sms, and phone.  We need the ability to select the appropriate source.

Userlevel 4
Badge +6

Hi,

 

There is a work around if you add custom Sources via Ticket Fields.

 

New Ticket

 

 

Ticket Fields

 

Userlevel 2
Badge +1

Welcome to Freshworks Community :)

 

When you create a new ticket or outbound email on behalf of the customer, the source will be “Phone” by default. When you try creating a new ticket, the system interprets the source of that ticket as being a phone - since the only circumstance under which we imagine you would want an agent to create a ticket would be if you received a phone call - since all other mediums are covered in ticket creation.

 

This cannot be changed to maintain the integrity of the system. Currently, this is hardcoded in the system.

 

Don’t hesitate to leave a note if you have a doubt!

 

I I understand that this is the case by default. However, I believe that the best way for Fresh would be to ask the person who creates the ticket what the origin is, right? Bearing in mind that we may be creating an active contact via email that came from another source, other than the telephone.


Here in our team this happens a lot. Currently, we use the "New e-mail" option, however, with a large team, it happens that someone accidentally uses the "New ticket" option.

Userlevel 2
Badge +1

Hi,

 

There is a work around if you add custom Sources via Ticket Fields.

 

New Ticket

 

 

Ticket Fields

 

Nice!

Userlevel 5
Badge +9

 

I understand that this is the case by default. However, I believe that the best way for Fresh would be to ask the person who creates the ticket what the origin is, right? Bearing in mind that we may be creating an active contact via email that came from another source, other than the telephone.


Here in our team this happens a lot. Currently, we use the "New e-mail" option, however, with a large team, it happens that someone accidentally uses the "New ticket" option.

 

Hi @pedrolunardi, we totally agree with you. Though we do not support showing default sources under the new ticket option, at the moment, the custom source options would definitely help identify tickets created internally by your agents. Please explore this option in your helpdesk and let us know how it works for you. 

 

Cheers, 

Hi,

 

There is a work around if you add custom Sources via Ticket Fields.

 

New Ticket

 

 

Ticket Fields

 

Now this is an answer I can work with instead of the “it’s hardcoded” excuse, thanks!

Hi,

 

There is a work around if you add custom Sources via Ticket Fields.

 

New Ticket

 

 

Ticket Fields

 

Have exactly the same issue and this is the best solution

I know that this post has been here for about a year or longer. Just to give an input; what we did to resolve this is to add a condition on Promote Self-service Portal workflow.

  1. We added a new source item `Agent Portal`
  2. On workflow, added a conditional statement
    if length(RequestedForEmail) != 0 then set Source as `Agent Portal`

 

 

I am only a couple of hours into admining Fresh Desk and have already encountered what others have reported, that new tickets default to ”source:phone” regardless of the source. I immediately created my own custom source list to reflect how an internal employee help desk actually works in 2024 but still have new tickets claiming to be “source:phone” where everyone can see it and “custom source:something else” if you read the foot notes. 

I hope revising this hard-coded antique feature to reflect contemporary practices is on your future improvements list.

Reply