Building your own connector
Last updated
Last updated
The connector builder walks you through a series of configuration pages so you can complete all required setup that's needed to make your connector available in Patchworks.
Once your connector is built, it is displayed in the , so users associated with your company profile can add of it.
Before you start work with the connector builder, make sure that you have the API documentation to hand for whichever third-party application you're building.
We also recommend that you fire up , so you can test any API requests that you're adding to the connector builder.
As you step through the connector builder, you are prompted to complete the following configuration steps.
How would you like users to authorise any instances that they add for this connector? Every connector requires at least one authorisation method. For guidance on completing this page please see .
Define the API requests for any endpoints you want to make available for this connector. For example, if you want to pull/push products then you'll need a 'products' endpoint; if you want to pull/push orders then you'll need an 'orders' endpoint, etc. For guidance on completing this page please see .