phplist-plugin-restapi icon indicating copy to clipboard operation
phplist-plugin-restapi copied to clipboard

REST API as a plugin for phpList/phpList3

Results 28 phplist-plugin-restapi issues
Sort by recently updated
recently updated
newest added

When creating a new campaign via the REST API, HTML message links get mangled with triple backslashes. The textmessage links are not affected(they work just fine). I've confirmed this by...

A more detailed response stating subscriber was already on list would be better

restapi2

Deleting the same subscriber twice via the API should return true then false

restapi2

Attempting to insert a subscriber with an email address already in the database should result in a graceful exception.

restapi2

Passwords should not be returned over API calls

restapi2

The Authentication section of structure.md documentation is no longer accurate as an authentication handler hook is now used for REST-based login.

restapi2

I don't like the namespace "Rapi". Feels very 8.3 dos like shortness. Any objections to change the namespace to something more descriptive, like phpListRestApi?

Hi--thank you for the very useful plugin! Quick question: We are trying to insert new subscribers from another source. To accomplish this I pull a list of new email addresses...

Hi I'm using the API to build a submit connector for inserting whole `` content with `campaignAdd()` to phplist. It seems to me that the sender's php curl must escape...