Connector SDK

The following endpoints allow you to create and manage custom connectors, as well as generate a Workato Schema from sample JSON and CSV documents. These endpoints are also used in the SDK CLI tool for schema generation commands.

Quick reference

The Custom connectors resource contains the following endpoints:

TypeResourceDescription
POST/api/sdk/generate_schema/csvGenerate schema from CSV
POST/api/sdk/generate_schema/jsonGenerate schema from JSON
POST/api/custom_connectorsCreate custom connector
GET/api/custom_connectors/searchSearch custom connector belonging to user by title
GET/api/custom_connectors/:idGet custom connector by ID
PUT/api/custom_connectors/:idUpdate custom connector
GET/api/custom_connectors/:id/codeGet custom connectors code
POST/api/custom_connectors/:id/releaseRelease custom connector
POST/api/custom_connectors/:id/shareShare custom connector
POST/api/custom_connectors/:id/share_oem_version/:versionUpsert version of shared custom connector
DELETE/api/custom_connectors/:id/suppress_oem_versionRemove sharing of the custom connector oem version