Notify agent of new tickets by SMS / Signal app / etc.

Moderator: crythias

Post Reply
tentaclefi
Znuny newbie
Posts: 6
Joined: 22 Dec 2022, 17:29
Znuny Version: 7.0.4
Real Name: Jaska Kamila
Company: Tentacle Networks Oy

Notify agent of new tickets by SMS / Signal app / etc.

Post by tentaclefi »

Hello,

Has anyone been successful on creating notification system which would send SMS or Signal App message when new tickets are received or old ones being answered?

I just don't understand how to create the web service.

We have iSMS compatible SMS Eagle box and I'd like to either use it or Signal App to send messages.

Any help would be most welcome.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Notify agent of new tickets by SMS / Signal app / etc.

Post by jojo »

you would need a system which provides to send SMS or other Messages via API. For this you should have deep knowledge on how to use OTRS invokers and also in JSON/Rest based webservices.

Or you can check if there are commercial modules which do the job
"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
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Notify agent of new tickets by SMS / Signal app / etc.

Post by root »

Hi,

There is an example in the Znuny documentation. You can also import the Ready2Adopt Web Services "Mattermost Notification" and then modify for an SMS API or Signal. There are no OTRS invoker (I doubt they work with Znuny) required or commercial add-ons.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
tentaclefi
Znuny newbie
Posts: 6
Joined: 22 Dec 2022, 17:29
Znuny Version: 7.0.4
Real Name: Jaska Kamila
Company: Tentacle Networks Oy

Re: Notify agent of new tickets by SMS / Signal app / etc.

Post by tentaclefi »

Excellent!

I got a bit forward with passing on variables to our SMS API.

Where could I see what variables can I use to pass data?

For example:

<User><xsl:value-of select="//Ticket/OwnerData/UserFullname"/></User>

I can get the full name, but how about GSM number or email for example if it's set in user preferences?

Thank you!
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Notify agent of new tickets by SMS / Signal app / etc.

Post by root »

tentaclefi wrote: 03 Oct 2023, 07:20
For example:

<User><xsl:value-of select="//Ticket/OwnerData/UserFullname"/></User>

I can get the full name, but how about GSM number or email for example if it's set in user preferences?
Hi,

The first place to check is always the web service debugger. There you will see all available data, e.g. all values beneath the node //Ticket/Ownerdata
It's the data before mapping where you should look.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
tentaclefi
Znuny newbie
Posts: 6
Joined: 22 Dec 2022, 17:29
Znuny Version: 7.0.4
Real Name: Jaska Kamila
Company: Tentacle Networks Oy

Re: Notify agent of new tickets by SMS / Signal app / etc.

Post by tentaclefi »

Thank you, got it working now.
Post Reply