I am planning a Drupal Module for the on premises versions (self hosted) of phpList 3.6.4.
The docs I found are only for SOAP. I would rather have REST.
My goals:
Be able to post new campaign messages from Drupal, including scheduling
Users can manage their newsletters they want to read
Read results
I just see very limited calls to PHPList
What is my solution, do I need to build my own plugin ?
Thanks
The REST Api is deprecated,
. Is it in core or a shipped plugin?
Where would I find documentation on posting a new message for a campaign and to schedule it?