Automatic URS Strategy Execution

Hi Experts,

I have a question.

Can we execute URS strategy automatically based on some timer , so that i would like to use URS like a dialer, example: to check agent availiblity and connect the call to customer.

I know the strategy can be executed through business process, but using Interaction server Make call features will not work.

If it possible to triger strategy from SOAP API, please share the documentation link

So , waiting for some interesting replies.

Regards,
Raja

On IRD you can, right click the root object of Loading tab (URS itself) and will get the schedule option

Enviado de meu E6633 usando Tapatalk

Take more or less recent 8.1.4 URS.

Set option static_strategy for some tenant (in tenant annex default) to the value of some strategy defined in this tenant.
On start URS will begin running this strategy - you can organize it as infinite loop periodically doing something.

If http API going to be used , setup URS http server (set port with ID http. Start URS and run Web request with browser http://host:port/urs/help.
Look for topic starting new strategy, Web command start.

Thank you Terry it works.

I have configured in URS options - Key - static_strategy and values as name of strategy.

:slight_smile: