Social · GitHub
Nothing publicto star yet.
There is no published EzyConn client SDK and no open repository. We would rather say that than point a button at an empty organisation. What is documented, and stable, is the REST API and the webhook contract.
What you can build against
The integration surface that exists.
No SDK to install. The widget is a script tag, the API is REST, and the events below are the delivery contract — an event not on the list is dropped, so the list is the promise.
- 01The widgetOne script tag. It works on any site, including WordPress and Shopify themes — there is no plugin or app to install.Script tag
- 02The REST APIDocumented in the developer docs, with the same authentication your account uses.REST
- 03Signed webhooks14 event types, delivered with a signature and logged so a failure is visible rather than silent.14 events
- 04ZapierThe same events, if you would rather not host a receiver. This is how the tools without a native connector are reached.No code
If a client library in your language would decide it for you, tell us which one. That is more useful than us guessing.
Build against the API today.
The free tier is enough to get a key, install the widget and receive a signed webhook on your own endpoint.