MailWizz
MailWizz is a self-hosted email marketing application. Advanced Form Integration subscribes contacts to your MailWizz lists from WordPress form submissions.
What you’ll need
- An active MailWizz account.
- Your MailWizz API credentials (see below).
- The Advanced Form Integration plugin installed and activated.
Get your MailWizz API credentials
- Sign in to your MailWizz installation.
- Go to Customer → API Keys and generate a new API key.
- Copy the API URL (your MailWizz base URL) and the API Key.
- In WordPress, go to AFI → Settings → MailWizz.
- Click Add Account, enter the API URL and API Key, and give the account a name.
- Click Save.
Create the integration
- Go to AFI → Add New.
- Give the integration a name, for example
Form to MailWizz. - Under Trigger, pick the form plugin and the specific form.
- Under Action → Platform, select MailWizz.
- In Task, choose Subscribe To List.
- Pick the saved account.
- Map your form fields onto the fields listed below.
- Optional: open Conditional Logic to limit which submissions are sent.
- Click Save Integration.

Tasks supported
Subscribe To List
Subscribes a contact to the selected MailWizz list via the MailWizz REST API.
| Field | Field key | Required | Notes |
|---|---|---|---|
email |
Yes | ||
| First Name | fname |
No | |
| Last Name | lname |
No |
Pro features
The Pro integration extends the free version with additional capabilities. Pro uses the same MailWizz connection.
Feature comparison
| Feature | Free | Pro |
|---|---|---|
| Subscribe to list | ✅ | ✅ |
| Standard fields | ✅ | ✅ |
| Custom fields | No | ✅ |
Conditional logic example
Only send data to MailWizz when specific conditions are met. For example, add a condition on a form field to control which submissions are forwarded.
Troubleshooting
Nothing arrives in MailWizz
Open AFI → Log and find the most recent entry. AFI stores the request URL, body, and raw response.
API credentials rejected
Verify your credentials in your MailWizz account settings. If they were regenerated, update them in AFI → Settings → MailWizz.