SugarCRM Integration Connector

The SugarCRM connector allows you to integrate any other Zynk connector with SugarCRM. It is a simple connector but is very flexible in what it can do.

 

SKU: ZNK-SUGAR Category:

Description

The SugarCRM connector allows you to integrate any other Zynk connector with SugarCRM. It is a simple connector but is very flexible in what it can do.

Features include

  • Export Records – Allows you to extract data from SugarCRM by requesting the object e.g. Account and the field you require e.g. Name, Address, Telephone
  • Import Records – Allows you to insert or update records in SugarCRM using an XML based input format. The connector automatically decides if it should update or insert based on the ID provided.

Technical Documentation
https://docs.zynk.com/workflow/documentation/sugarcrm/index.html

Example XML

<?xml version="1.0" encoding="utf-8"?>
<Opportunities>
  <Opportunity name="Zynk Software" date_closed="2014-09-25" sales_stage="Closed Won" amount="175" description="New printer">
  <!-- Link opp to account id -->
  <accounts>
    <id>5f87cba4-a90e-3b2a-57ab-5305f2776fea</id>
    </accounts>
  </Opportunity>
</Opportunities>