This plugin provides the ability to execute a script when a page URL is posted to. It's powerful in its flexibility, but the primary initial use-case for it is to be able to create pages from forms within Confluence. The relevant script is run upon submission of the form, the name of the page, it's location (parent page and space name), the page contents and any labels applied can all be determined by the form. This provides a flexible way to create Confluence pages based on user input such as forums, collections of ideas as well as job adverts or anything else you like.
A configuration page provides the ability to manage your scripts - with options to create new ones as well as import and export existing scripts.
Each script has an id, title and an associated language. So far only JavaScript has been implemented, but in theory a range of script types could be supported and triggered on demand.








