Skip to main content
Version: v3.x beta

Build Your Own Connector

You can build your own connector using one of our SDKs. Currently, we have the following available:

Alternatively, you can implement the NDC spec directly.

Create a Connector tutorial

If you are interested in creating a connector, we have a series of tutorials that walk you through the process. We have these available in a repo you can check out here.

Examples

CSV Connector - Direct NDC Spec Implementation

The NDC Specification documentation can be found here and a guide, based on developing a connector for CSVs, can be found here. You can use this guide as a reference to build your own connector.

Limitations

Complex input types in procedures are not supported yet.

Sendgrid Connector - Rust SDK

An example of implementing the Sendgrid API can be found on GitHub here.

Loading...