Hello.
I am now integrating OTRS with Onyx CRM under the following conditions:
- When a ticket is created in Onyx, it sends email notification to users.
- Onyx can provide the ticket details by web service on ticket create/update.
- Yet Onyx has no function to make a RPC to other systems. (I was told so.)
- So OTRS must request the ticket details to Onyx by web service to create/update the ticket when it received email from Onyx.
Can receiving emals be an event trigger? If yes, how Postmaster should be set up?
Thank you.
Web service event trigger
Moderator: crythias
-
- 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: Web service event trigger
You can write your own PostMaster filter (a Perl module). In that filter you can do the webserver requests...
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 5
- Joined: 21 Jun 2013, 08:56
- Znuny Version: 3.2.8
- Real Name: Henry Kokubu
- Company: KMI Inc.
Re: Web service event trigger
Does that mean that the filter needs to be merged everytime OTRS is upgraded?reneeb wrote:You can write your own PostMaster filter (a Perl module). In that filter you can do the webserver requests...