Vote Mailwizz Integration

https://api-docs.mailwizz.com/

Welcome to the community @anki630!

Can you please tell us what functionality you would require exactly. Thanks!

Hi,
Thanks for reply. :smiley:
The following are common functions most used like other mail apps:

  1. credential configuration:
    ‘apiUrl’ => ‘http://www.mailwizz-powered-website.tld/api’,
    ‘publicKey’ => ‘PUBLIC-KEY’,
    ‘privateKey’ => ‘PRIVATE-KEY’
  2. Subscribers:
  • Create
  • Update
  • Delete
  • Search
  • Unsubscribe subscribers
  • Get one subscriber
  • Get all subscribers

Cheers

Great, thanks a lot. That is very helpful!