Import emailadres from form on website

On my website there is a form for subscribing to my courses. I would like to import the emailadresses of this new client automatically into PHPlist. Is this possible and if yes, how using PHP script?

Kind regards,
Sander

Is there anybody who can help me out with this point. For me it is a serious issue… hope somebody has experience with this?

@sander There are two APIs that can be used

An API that is implemented as a phplist plugin https://resources.phplist.com/plugin/restapi

and a more recent API that is included within phplist https://www.phplist.org/manual/books/phplist-manual/page/api-and-integrations

These let you add a subscriber to phplist.

But you will need a php programmer to be able to use these.