Data in and out
Custom inbound endpoint
A tokenised URL any system can post JSON to: open a request, upsert customers or products, or move an order.
Where it stands today
Works today
Kabaido code talks to the provider.
- What you get
- Any system that can POST JSON can open a request or keep your customers and products up to date.
Set it up
- 1Create an endpoint below and choose what a post to it should do.
- 2Copy the tokenised URL and, if you want one, the signing secret.
- 3Post JSON to it and watch the receipts under the endpoint.