Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: GnomE on June 05, 2014, 09:16:49 AM

Title: Adding Parameters to a alert
Post by: GnomE on June 05, 2014, 09:16:49 AM
Hello!
Please tell me whether it is possible to add a parameter (selected by the user in IVR) in the alert when an incoming call?
[img]http://i61.fastpic.ru/big/2014/0605/5d/5eda2dd1a2ce2478d24bb9687a19775d.png[/img]
Title: Re: Adding Parameters to a alert
Post by: Kubig on June 05, 2014, 10:21:46 AM
Yes, it is possible. You can display whatever you want within the toaster with case data. Read the IWS guide and section about toaster and case data
Title: Re: Adding Parameters to a alert
Post by: GnomE on June 06, 2014, 09:41:48 AM
I found the in the instructions on page 8, an example of how to subscribe to event notifications. But subscribe to the events happened through interaction.
How to get from the call attached data I know, but if I understand correctly "alert.Message" read-only, and put there how a parameter I do not understand.
Prompt please.  ::)
Title: Re: Adding Parameters to a alert
Post by: Kubig on June 06, 2014, 10:57:57 AM
What do you exactly want to achieve? Fill the toaster data with attached data or through the SDK?
Title: Re: Adding Parameters to a alert
Post by: GnomE on June 10, 2014, 04:12:52 AM
I want to put the information in the notification when an incoming call passed from the IVR.
Not in my separate notifications.
Title: Re: Adding Parameters to a alert
Post by: Kubig on June 10, 2014, 05:35:17 AM
I still do not see any reason for doing this through the SDK. In general, is possible to add custom KVP to the case-data. So, if your IVR collect some data, you should add these data as a KVP and configure case-data section (within Business Attributes) covering these data from IVR. Or are your data from IVR in other format than KVP/Attached data? Do not reinvent the wheel.
Title: Re: Adding Parameters to a alert
Post by: cavagnaro on June 10, 2014, 04:35:14 PM
Please read the documentation...it is all explained there. You can work faster in that way. Don't expect to be guided everytime

http://docs.genesys.com/Documentation/IW/8.1.4/Dep/ToastInteractiveNotificationOptions
Title: Re: Adding Parameters to a alert
Post by: GnomE on June 25, 2014, 04:39:23 AM
[quote author=cavagnaro link=topic=8371.msg36837#msg36837 date=1402418114]
Please read the documentation...it is all explained there. You can work faster in that way. Don't expect to be guided everytime

http://docs.genesys.com/Documentation/IW/8.1.4/Dep/ToastInteractiveNotificationOptions
[/quote]
Thank you very much, it helped!