Access prowl action from python jsr223

Hi,

Anyone know how can I send a push notification via my prowl action binding within a jython rule using the jsr223 stuff ?

thanks,
craig

The Jython code discussed in the folllwing post locates OH actions using OSGi. Another option is to use a Python Prowl client library instead.

Worked great @steve1. Thanks

from openhab.actions import Prowl
Prowl.pushNotification("Garage", "Garage door open too long")