The integration is the connection between the data from the snapADDY DataQuality, CardScanner or VisitReport and your CRM system.

An empty integration for DataQuality- and VisitReport-Export looks like this:

"integrations": {
  "CRM_System_Name": {
    "meta": {
    },
    "defaultExport": {
    },
    "visitReport": {
    },
    "code": {
    }
  }
}

Multiple connections to different CRM systems can be included in one mapping document, just separate them by using a comma:

"integrations": {
    "CRM_System_NameA": {
    },
    "CRM_System_NameB": {
    }
  }