Skip to content
Developerhome
Sage Network API

Build a Connector

  Less than to read

Many companies use customized financial or accounting systems that are specifically tailored to their needs. You can link your company’s custom architecture to the Sage Network using a connector. You can download Sage Network’s example connector code, or build your own using this tutorial.

Connector Summary

Most financial and accounting systems have methods of exporting data, whether via an SQL connection or exported data files. Here’s how Your first task is to identify how to access export data

Example connector

Sage Network provides an example connector application written in C# for your use. This program is available under the MIT License and can be freely used and redistributed.

Here’s how the example connector works: