Emailit
Emailit is an email marketing platform. AFI subscribes contacts to Emailit audiences via the Emailit REST API (api.emailit.com/v1/), authenticating with a Bearer token.
What you’ll need
- An active Emailit account.
- An API Key from Emailit.
- The Advanced Form Integration plugin installed and activated.
Save your Emailit API key
- Log in to your Emailit account.
- Go to Credentials and create an API Key.
- In WordPress, go to AFI → Settings → Emailit.
- Paste the API Key and 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 Emailit.
- In Task, choose Subscribe to Audience.
- Select the saved Emailit account and an audience.
- Map form fields.
- Click Save Integration.
Tasks supported
Subscribe to Audience
Subscribes a contact to the selected Emailit audience via POST /v1/audiences/subscribe/{audienceId}.
| Field | Field key | Required | Notes |
|---|---|---|---|
email |
Yes | ||
| First Name | first_name |
No | |
| Last Name | last_name |
No |
Troubleshooting
Subscriber not added
- Check AFI → Log for errors.
- Verify the API Key is correct.
- Ensure an audience is selected and the email field is mapped.