HI,
This is Linga Prashanth, I am creating the Customer Interface, I need assistance from any one who can guide me in how to use the available Api's to write the back end code.
How to use th Api's
-
- Znuny newbie
- Posts: 3
- Joined: 07 May 2010, 08:49
- Znuny Version: 2.4
-
- Znuny guru
- Posts: 2189
- Joined: 08 Dec 2005, 17:01
- Znuny Version: 5.0.x
- Real Name: André Bauer
- Company: Magix Software GmbH
- Location: Dresden
- Contact:
Re: How to use th Api's
Prod: Ubuntu Server 16.04 / Zammad 1.2
DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!
OtterHub.org
DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!
OtterHub.org
-
- Znuny newbie
- Posts: 3
- Joined: 07 May 2010, 08:49
- Znuny Version: 2.4
how can i user otrs api in php script?
Hi,
I have created the customer interface, now i need to connect to the otrs database and provide further operations. How can i do this? I wanted to write the back end code in php. There are api provided by otrs but i dont know how to use them... can any one help me out... Im just a begginer...
I have created the customer interface, now i need to connect to the otrs database and provide further operations. How can i do this? I wanted to write the back end code in php. There are api provided by otrs but i dont know how to use them... can any one help me out... Im just a begginer...
api in php
How can i use perl modules(api) of otrs in php, so that i can develop my own customer interface.
usage of API
Hi,
I'm creating my own customer interface. I wanted to access OTRS database using the API's provided by the otrs system. I'm develping this interface using PHP. How can i use them. Please if any one could provide me with the syntax of using API. Please help me out I'm just a beginner
I'm creating my own customer interface. I wanted to access OTRS database using the API's provided by the otrs system. I'm develping this interface using PHP. How can i use them. Please if any one could provide me with the syntax of using API. Please help me out I'm just a beginner
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to use th Api's
If you want to create your own customer interface, the easiest way to do that is to provide your own form and use email or SOAP to send the ticket to your database.
I used http://www.jotform.com to create a form that asks for the user's email address and sends the form To: my support/otrs@mydomain.com From: the user's input email address. I get to choose everything I want the end user to see, and practically no programming required.
Of course, this ignores all the "other" stuff like portal of historical tickets and being able to self-close, FAQ, etc. But if you're only wanting to get a ticket from a customer, this is indeed the easiest way to go.
I used http://www.jotform.com to create a form that asks for the user's email address and sends the form To: my support/otrs@mydomain.com From: the user's input email address. I get to choose everything I want the end user to see, and practically no programming required.
Of course, this ignores all the "other" stuff like portal of historical tickets and being able to self-close, FAQ, etc. But if you're only wanting to get a ticket from a customer, this is indeed the easiest way to go.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: How to use th Api's
Thank you crythias for helping me. But still im not able to solve the problem.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to use th Api's
Edit: Please ignore this post. I was distracted when I wrote it and answered incorrectly.
Edit 2: Please don't hijack another user's thread for your questions.
Edit 2: Please don't hijack another user's thread for your questions.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask