Skip to main content
Solved

Enable calibrators to send in FAQ via kbase e-mail

  • September 29, 2022
  • 1 reply
  • 33 views

Daniel Söderlund
Skilled Expert
Forum|alt.badge.img+14

Hello, 

 

I have a customer that want more than just agents be able to send in FAQ using the kbase e-mail. 
Is there a solution for that? 

I was hoping calibrators could do that as well but no. 
I was asked by the partner support to create a SR here on the forum. 

Best answer by aravind.sundararajan

Hello @daniel.soderlund  

The email-to-kbase feature is available only for agents. At the moment, this cannot be extended to users or collaborators. It would be interesting to know the use case of allowing users to create knowledge base articles as this would increase the workload of the Content managers/KBase admins.

We can still make this work using a creative workaround that would involve automation and APIs. Here's how you can configure the automation rule:

  • Create an automation that checks for a specific keyword in the subject line - For example, Kbase. You can instruct the users to send the content in an email or use the portal form to submit a ticket with the keyword in the subject line.
     
  • Instead of forwarding the email to kbase@yourcompanyname.freshdesk.com address, you can use the API to create a draft article using an existing agent's API key. You can use dynamic placeholders like {{ticket.contact.name}} and {{ticket.description}} to populate the content of the article. 

 

Hope this helps!

View original
Did this topic help you find an answer to your question?

1 reply

aravind.sundararajan
Skilled Expert
Forum|alt.badge.img+12

Hello @daniel.soderlund  

The email-to-kbase feature is available only for agents. At the moment, this cannot be extended to users or collaborators. It would be interesting to know the use case of allowing users to create knowledge base articles as this would increase the workload of the Content managers/KBase admins.

We can still make this work using a creative workaround that would involve automation and APIs. Here's how you can configure the automation rule:

  • Create an automation that checks for a specific keyword in the subject line - For example, Kbase. You can instruct the users to send the content in an email or use the portal form to submit a ticket with the keyword in the subject line.
     
  • Instead of forwarding the email to kbase@yourcompanyname.freshdesk.com address, you can use the API to create a draft article using an existing agent's API key. You can use dynamic placeholders like {{ticket.contact.name}} and {{ticket.description}} to populate the content of the article. 

 

Hope this helps!


Reply