[quote author=genesys_techie link=topic=11577.msg52774#msg52774 date=1586377843]
So I read through the notification part in the documentation. If I understand this correctly, I would subscribe to [i]orscb[/i] notification, and when a specific event in SCXML takes place, I would get a [i]POST[/i] message, but how exactly will I instruct ORS/URS to change the URL in the attached data?
Thoughts?
[quote author=gen_rtfm link=topic=11577.msg52772#msg52772 date=1586362177]
Hi,
I'm facing a similar request from a customer where I'm going to use the notification feature of gms callback. Basically you can configure at which events a request should be made to an external URL; which is where your external service URL is configured.
If it works according to docs you should get a http post to the URL when the event occurs in the scxml processing; it seems to expose quite a number of events (all of which are detailed in the notification section of the genesys callback documentation)
I'm in the design phase of our solution, once I've tried it out I can post an update if you don't beat me to it!
Br
Skickat från min Mi MIX 3 5G via Tapatalk
[/quote]
[/quote]Hi,
You'd use the httpcb, not orscb in order to trigger a HTML post when an event occurs in the callback scxml application.
I did a poc on this during the week and it seems to work, but know that you have to have a URL to the receiving service with a top-level domain, so you can't send notifications to an internal web service that isn't reachable from such an URL.
You could either set the url to your notification receiving service in the callback service parameters, or add the kvp as url parameters to override the default setting when registering for a callback.
Br
Skickat från min Mi MIX 3 5G via Tapatalk