DirectIQ
DirectIQ is an email marketing platform. AFI adds contacts to DirectIQ lists via the DirectIQ REST API (rest.directiq.com), authenticating with Basic Auth using your API Key and API Secret.
What you’ll need
- An active DirectIQ account.
- Your API Key and API Secret from DirectIQ.
- The Advanced Form Integration plugin installed and activated.
Save your DirectIQ credentials
- Log in to your DirectIQ account and obtain your API Key and API Secret.
- In WordPress, go to AFI → Settings → DirectIQ.
- Enter the API Key and API Secret.
- 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 DirectIQ.
- In Task, choose Add Contact To List.
- Select the saved DirectIQ account and a contact list.
- Map form fields.
- Click Save Integration.
Tasks supported
Add Contact To List
Subscribes a contact to the selected DirectIQ list via POST /subscription/subscribe.
| Field | Field key | Required | Notes |
|---|---|---|---|
email |
Yes | ||
| First Name | firstName |
No | |
| Last Name | lastName |
No |
Troubleshooting
Contact not added
- Check AFI → Log for errors.
- Verify the API Key and Secret are correct.
- Ensure the email field is mapped.