OTRS Webhooks or similar to implement integrations

Moderator: crythias

Post Reply
possebon
Znuny newbie
Posts: 34
Joined: 25 Sep 2014, 20:03
Znuny Version: 6.0.15

OTRS Webhooks or similar to implement integrations

Post by possebon »

Hi,

Does OTRS has any webhooks or something similar?

I want to call an API every time a ticket is created or updated. When the ticket is created the user will receive the ticket number and some information on Slack.

If the ticket is updated, changed it's state, the customer will receive the updated status on Slack.

When a ticket is assigned to an agent, the agent will receive a message on Slack.

I could not find anything similar to that
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Webhooks or similar to implement integrations

Post by jojo »

check out blog.otrs.com for loads of examples
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: OTRS Webhooks or similar to implement integrations

Post by reneeb »

Longer answer: A "GenericInterface" exists (http://doc.otrs.com/doc/manual/admin/st ... rface.html). For thirdparty integrations, you need to have an invoker. You can use the "OTRS Business Solution" or you can write your own invoker.

The first solution has the advantage that you do not need to know any Perl. The addons provided by OTRS allows you to define the integration as XSLT. But you have to buy the "OTRS Business Solution".

The second solution is for free if you know some Perl, but you could also hire someone...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply