AFI AFI

OneHash CRM

Estimated reading: 1 minute Updated August 1, 2026

OneHash CRM is the CRM module of the OneHash business suite (built on the open-source ERPNext platform). Advanced Form Integration sends form submissions to OneHash CRM as new leads or contacts.

(This page complements the existing OneHash and OneHash AI docs; they share the same auth flow but cover different OneHash modules.)

What you’ll need

  • An active OneHash account with CRM module enabled.
  • OneHash API Key and API Secret (User Settings → API Access → Generate).
  • Your OneHash site URL (e.g., https://yourcompany.onehash.ai).
  • The Advanced Form Integration plugin installed and activated.

Connect OneHash CRM to AFI

  1. In WordPress, go to AFI → Settings → OneHash CRM.
  2. Enter the site URL, API Key, and API Secret.
  3. Click Save Changes.

Create the integration

  1. Go to AFI → Add New.
  2. Configure the trigger.
  3. In Action → Platform, select OneHash CRM.
  4. In Task, choose Create Lead or Create Contact.
  5. Map the form fields:
  • For lead: Lead Name (required), Email, Mobile No, Company Name, Source, Status, Industry.
  • For contact: First Name, Last Name, Email, Mobile No, Salutation.
  • Custom fields by Frappe field name (ERPNext’s underlying framework).
  1. Optional: configure Conditional Logic.
  2. Click Save Integration.

Screenshot: AFI field-mapping screen with OneHash CRM lead fields visible

Related docs