1.) Overview
xFlow v5.x allows software developers to integrate third party applications with xFlow. When one of many actions occur, xFlow will check to see if a third party script exists for that action, and if exists, will automatically execute the script. This allows for a great amount of functionality, and almost complete flexibility of xFlow.
This manual will explain to programmers exactly how to integrate third party scripts into xFlow. Please note, all third party scripts must be written in Perl. xFlow places no restrictions on the third party scripts, and executes them within an "eval {}" block, allowing for full usage of Perl.
This manual is only meant for experienced Perl programmers, who have a need to integrate third party applications into xFlow.
NOTE: Customer support does not provide any technical support for any problems in creating or maintaining third party scripts.