Get list of sent campaigns from external wordpress site

Hi,
I would like to get the list of the sent campaign and show it in an external wordpress site, quite like in the archive page of the viewbrowser plugin.
Which could be the correct approach?

Thank you

1 Like

Sounds like you just need to write some PHP code to interrogate the phplist mysql database and display its information in Wordpress. Hopefully they’re in the same DB.

That would be quite straightforward, if a little time consuming.

Hi Gerard, thank you for your answer.
These are two different systems, so I need to retrieve the data via HTTP.
I’d like to understand whether it’s better to build an API or if there’s already a command that allows retrieving data from sent campaigns, possibly using a plugin.
Thank you
Alex

I don’t know of any system info exposed for external consumption from phplist, but to be honest I’ve never looked. If I was doing it I’d ideally implement it as a phplist plug-in, although that would be more time consuming that coding something quickly without a GUI.