Expected format
The url should return ‘:’separated content like “phonenumber:name”. Some phones support description tags that can simply be added behind the name. Example: “phonenumber:name:tag1:tag2:tag3”.
Example
+35220333320:Echo test
Available helper urls
- Zimbra- http://zimbra.com
- URL: https://pbxapi.mixvoip.com/pbxsync/zimbradownload/$SERVER/$USERNAME/$PASSWORD/$FOLDERS
- $FOLDERS is an option which you can define with a list of contact folders (split by ‘|’) Example: customers|privat|business
- Salesforce- http://salesforce.com | External Link
- https://pbxapi.mixvoip.com/pbxsync/salesforce/$USERNAME/$PASSWORD$SECURITYTOKEN
- More information here.
- SugarCRM – http://sugarcrm.com
- https://pbxapi.mixvoip.com/pbxsync/sugarcrm/$USERNAME/$PASSWORD/$SERVer/$PATH/$PROTOCOL
- Carddav:
- https://pbxapi.mixvoip.com/pbxsync/$USERNAME?password=$PASSWORD&server=$SERVER
We recommend this feature for phone books that have 30.000 or less entries. If you have more entries we suggest you use our realtime api feature.
CSV format
The first line in the CSV document is ignored and can be used as headers. We support 2 different modes for the CSV file. Either it contains structured data or non-structured data and we try to auto detect the content. The first line (header line) is responsible to define the mode.
Structured format
Header line
The first column has the name or main label of the contact. All other columns that start with #. define a number that should be callable. If the header does not start with #., then content is considered to be a descriptive tag.
Example
“Header.Name”,“#.Extension”,“#.Mobile”,“Other”,“Country”,“Email”,“ZIP” “Pascal Knebler”,12,691333179,“IT Manager”,“Luxembourg”,“pknebler@mixvoip.com”,8042 “Didelot Loic”,11,691539846,“PBX Manager”,“Luxembourg”,“ldidelot@mixvoip.com”8042 “Billing Department”,15,,,,
Un-structured format
Every value that is numeric and not in the first column is considered to be callable.
Example
“Name”,“Extension”,“Mobile”,“Other”,“Country”,“Email” “Pascal Knebler”,12,691539847,“IT Manager”,“Luxembourg”,“pknebler@mixvoip.com” “Didelot Loic”,11,691539846,“PBX Manager”,“Luxembourg”,“ldidelot@mixvoip.com” “Billing Department”,15,,,, We recommend this feature for phone books that have 30.000 or less entries. If you have more entries we sugget you use our realtime api feature.