Doppler
Doppler is an email marketing platform. AFI subscribes contacts to Doppler lists via the Doppler REST API (restapi.fromdoppler.com), authenticating with a token-based Authorization header using your Account Email and API Key.
What you’ll need
- An active Doppler account.
- Your Account Email and API Key.
- The Advanced Form Integration plugin installed and activated.
Save your Doppler credentials
- Log in to your Doppler account.
- Go to Profile → Control Panel Advanced Preferences → Doppler API and copy the API Key.
- In WordPress, go to AFI → Settings → Doppler.
- Enter your Account Email and API Key.
- Click Save.
Create the integration
- Go to AFI → Add New.
- Give the integration a name.
- Under Trigger, pick your form plugin and form.
- Under Action → Platform, select Doppler.
- In Task, choose Subscribe to List.
- Select the saved Doppler account and a list.
- Map form fields.
- Click Save Integration.
Tasks supported
Subscribe to List
Subscribes a contact to the selected Doppler list via POST /accounts/{email}/lists/{listId}/subscribers. The email is sent at the top level; all other mapped fields are sent as named field entries in a fields array.
| Field | Field key | Required | Notes |
|---|---|---|---|
email |
Yes | ||
| First Name | FIRST_NAME |
No | Sent as a custom field |
| Last Name | LAST_NAME |
No | Sent as a custom field |
Troubleshooting
Subscriber not added
- Check AFI → Log for errors.
- Verify the Account Email and API Key are correct.
- Ensure the email field is mapped and the list is selected.