Skip to main content
Solved

FME integrating with a ticketing / service desk type application

  • February 28, 2018
  • 4 replies
  • 93 views

juliarozema
Contributor
Forum|alt.badge.img+10

Is FME already capable of working with a Service Desk / Ticketing type application?

 

Right now I am researching applications that I could use to manage emails & tickets (tasks). An idea (or hope) I have is for a user to email a zip file to a ticketing system, and then FME Server could be triggered to work along side the ticketing application to do some work with the zip file. We currently don't have a ticket management system, and so I am open to suggestions. Some cloud applications that I have seen online are: Zendesk, Freshdesk, or Freshservice.

Thank you for your time,

Best answer by geosander

I don't think that there are any "out-of-the-box" solutions, but you can integrate FME quite easily with any cloud service that offers a REST API.

Zendesk has one for instance: https://developer.zendesk.com/rest_api

Basically all you need is the HTTPCaller and some JSON transformers and you're good to go.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

takashi
Celebrity
  • February 28, 2018

Hi @juliarozema, I'm not familiar with a ticketing service system, but hopefully Email notification (publication) service provided by FME Server might help you. It's quite easy to configure/use Email publishers. See these links to learn more.


geosander
Forum|alt.badge.img+7
  • Best Answer
  • February 28, 2018

I don't think that there are any "out-of-the-box" solutions, but you can integrate FME quite easily with any cloud service that offers a REST API.

Zendesk has one for instance: https://developer.zendesk.com/rest_api

Basically all you need is the HTTPCaller and some JSON transformers and you're good to go.


juliarozema
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • March 2, 2018

I don't think that there are any "out-of-the-box" solutions, but you can integrate FME quite easily with any cloud service that offers a REST API.

Zendesk has one for instance: https://developer.zendesk.com/rest_api

Basically all you need is the HTTPCaller and some JSON transformers and you're good to go.

Thank you for your feedback!

 

 


juliarozema
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • March 2, 2018

Hi @juliarozema, I'm not familiar with a ticketing service system, but hopefully Email notification (publication) service provided by FME Server might help you. It's quite easy to configure/use Email publishers. See these links to learn more.

Thank you for your feedback!