Skip to content

How to enable the scanning of business cards


Evangeline Philip    Feedback

You can add or edit a lead or partner by scanning their business card. The name, email, phone number, and address is scanned and you, as a user, can verify and tag the information accordingly. This will reflect in the details page of the lead or partner. This feature works for business cards that are in English, Indonesian, Japanese, Thai, and Vietnamese.

Business card scan

How to

You can enable the business card scan feature by following these steps:

  1. Log in to the Vymo web app and click the gear icon :octicons-gear-16: in the upper-right corner of the screen.
  2. Click the module for which you want to enable business card scan feature.
  3. Click JSON Configurations and locate the featureTypeMappings object.
  4. Find the array for businesscard_scan, and clear the checkbox for Disabled. Or, set the disabled flag to false, like this:
  {
  "disabled": false,
  "order": 20,
  "featureType": "businesscard_scan",
  "properties": null
}

See also


Did this page help? No help at allYes, totally!
Back to top