AFI AFI

Emailit

Estimated reading: 1 minute Updated August 1, 2026

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

  1. Log in to your Emailit account.
  2. Go to Credentials and create an API Key.
  3. In WordPress, go to AFI → Settings → Emailit.
  4. Paste the API Key and click Save.

Create the integration

  1. Go to AFI → Add New.
  2. Give the integration a name.
  3. Under Trigger, pick your form plugin and form.
  4. Under Action → Platform, select Emailit.
  5. In Task, choose Subscribe to Audience.
  6. Select the saved Emailit account and an audience.
  7. Map form fields.
  8. 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 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.

Related docs