Nimble
Nimble is a social CRM that pulls contact context from across email, social, and the web. Advanced Form Integration sends form submissions to Nimble as new contacts.
What you’ll need
- An active Nimble account.
- A Nimble API Token (My Account → API Tokens).
- The Advanced Form Integration plugin installed and activated.
Get your Nimble API token
- Log in to your Nimble account.
- Click My Account → API Tokens.
- Generate or copy your API Token.
Connect Nimble to AFI
- In WordPress, go to AFI → Settings.
- Enable Nimble and click Save Changes.
- Open the Nimble tab.
- Paste the API Token and click Save Changes.
Create the integration
- Go to AFI → Add New.
- Configure the trigger.
- In Action → Platform, select Nimble.
- In Task, choose Add New Contact.
- Map the form fields:
- Email (required), First Name, Last Name.
- Optional: configure Conditional Logic.
- Click Save Integration.

Tasks supported
Add New Contact
Adds the form submitter as a new contact in Nimble. Re-submissions update the existing contact rather than creating duplicates.
Conditional logic example
Add to Nimble only when the form’s lead_source field equals “qualified-inbound”. Pure newsletter signups skip Nimble and stay in your email tool to keep the CRM clean.
Troubleshooting
Integration doesn’t fire
Open AFI → Log and find the most recent entry. The log shows the request payload sent to Nimble and the response received, usually pointing straight at the cause.
“Authentication failed”
Nimble API tokens are user-scoped. If the user who created the token is removed from your Nimble account, the token stops working. Generate a new token under an active admin user.