Integrations
The integration defines the connection between the data from snapAddy DataQuality, BusinessCards, or VisitReport and your CRM system.
An empty integration for DataQuality and VisitReportExport looks like this:
json
"integrations": {
"CRM_system": {
"meta": {},
"defaultExport": {},
"visitReport": {},
"code": {}
}
}1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
You can include multiple connections to different CRM systems in one mapping document by separating them with a comma:
json
{
"integrations": {
"CRM_system_A": {},
"CRM_system_B": {}
}
}1
2
3
4
5
6
2
3
4
5
6
Custom Mappings are available for the following CRM systems:
json
{
"integrations":{
"dynamics": {}, // MS Dynamics
"hubspot": {}, // Hubspot
"pipedrive": {}, // Pipedrive
"salesforce": {}, // Salesforce
"sap": {}, // SAP Sales Cloud
"sap_v2": {}, // SAP Sales Cloud v2
"sugar": {}, // SugarCRM
"suite": {} // SuiteCRM
}
}1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12