Use Ticket Creation notification to perform a call to a web hook

Moderator: crythias

Post Reply
quadrivium
Znuny newbie
Posts: 35
Joined: 23 Mar 2020, 10:36
Znuny Version: 6.0.10
Real Name: Paolo Ponzano
Company: Quadrivium

Use Ticket Creation notification to perform a call to a web hook

Post by quadrivium »

Hello again,
After having discussed with my colleagues, we decided to investigate instead of having a polling system that checks for new ticket/variations if it's possible to perform a web call to an endpoint where we receive the ticket information and we simplify the handling logic.

Is this possible? does something similar already exists?

Thanks in advance

Paolo
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Use Ticket Creation notification to perform a call to a web hook

Post by jojo »

In OTRS there is an eventbased System which can e.g trigger Notifications or Webservices (you would need to develop an invoker) or can be used to run GernericAgents or local Perl based Eventmodules
"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
quadrivium
Znuny newbie
Posts: 35
Joined: 23 Mar 2020, 10:36
Znuny Version: 6.0.10
Real Name: Paolo Ponzano
Company: Quadrivium

Re: Use Ticket Creation notification to perform a call to a web hook

Post by quadrivium »

Thanks jojo for your reply, in those days I've tried to use the webservices (and with the help of root I succeded), but this is something that we havee to poll and check if there're new messages to be processed.

The other idea was to have a notification when a ticket is created/updated (I've seen the section where the trigger are fired) and there's a section

Run Custom Module
otrs_1.PNG

Is thre that I should call my own module that performs the call to my webservice? how do I pass the whole ticket as payload?

Thanks
You do not have the required permissions to view the files attached to this post.
Post Reply