Author Topic: Adding Parameters to a alert  (Read 4674 times)

Offline GnomE

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Adding Parameters to a alert
« 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]

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Adding Parameters to a alert
« Reply #1 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

Offline GnomE

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Re: Adding Parameters to a alert
« Reply #2 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.  ::)

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Adding Parameters to a alert
« Reply #3 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?

Offline GnomE

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Re: Adding Parameters to a alert
« Reply #4 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.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Adding Parameters to a alert
« Reply #5 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.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Adding Parameters to a alert
« Reply #6 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

Offline GnomE

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Re: Adding Parameters to a alert
« Reply #7 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!