The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::WHMCS::Support - WHMCS API Support

VERSION

version 0.09

openticket

        $whmcs->support->openticket({
                clientid => 1,
                deptid => 1,
                subject => 'subject',
                message => 'message'
        });

https://developers.whmcs.com/api-reference/openticket/

AUTHOR

Fayland Lam <fayland@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Fayland Lam.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.