AFI AFI

Salesloft

Estimated reading: 2 minutes Updated July 31, 2026

Salesloft is a sales engagement platform for cadence-based outreach. Advanced Form Integration creates or updates people in Salesloft from WordPress form submissions.

What you’ll need

  • An active Salesloft account.
  • Your Salesloft API credentials (see below).
  • The Advanced Form Integration plugin installed and activated.

Get your Salesloft API key

  1. Sign in to your Salesloft account.
  2. Go to Settings → API Keys and generate a personal API key.
  3. Copy the API key.
  4. In WordPress, go to AFI → Settings → Salesloft.
  5. Click Add Account, paste the API key, and give the account a name.
  6. Click Save.

Salesloft uses the API key as a Bearer token.

Create the integration

  1. Go to AFI → Add New.
  2. Give the integration a name, for example Form to Salesloft.
  3. Under Trigger, pick the form plugin and the specific form.
  4. Under Action → Platform, select Salesloft.
  5. In Task, choose Create or Update Person.
  6. Pick the saved account.
  7. Map your form fields onto the fields listed below.
  8. Optional: open Conditional Logic to limit which submissions are sent.
  9. Click Save Integration.

Tasks supported

Create or Update Person

Creates or updates a person in Salesloft via the v2 API. The API key is sent as a Bearer token in the Authorization header.

Field Field key Required Notes
Email email_address Recommended
First Name first_name No
Last Name last_name No
Phone phone No
Mobile Phone mobile_phone No
Company / Account account_name No
Title title No
LinkedIn URL linkedin_url No

Pro features

The Pro integration extends the free version with additional capabilities. Pro uses the same Salesloft connection.

Feature comparison

Feature Free Pro
Create or update person
Standard fields
Custom fields No

Conditional logic example

Only send data to Salesloft when specific conditions are met. For example, add a condition on a form field to control which submissions are forwarded.

Troubleshooting

Nothing arrives in Salesloft

Open AFI → Log and find the most recent entry. AFI stores the request URL, body, and raw response.

API credentials rejected

Verify your credentials in your Salesloft account settings. If they were regenerated, update them in AFI → Settings → Salesloft.

Related docs