Skip to content
KABAIDO

ERP

Sage X3

Pull customers from Sage X3 on a scheduled REST connection, and let Sage X3 post order status back.

Where it stands today

Template

A prepared recipe on a generic path, which you finish.

What you get
Quote against the customer accounts Sage X3 already holds, rather than a copy somebody retyped.
What moves
In: customers on the schedule you set, and order status when Sage X3 posts it. Out: quote and order events as signed JSON for your own middleware. Kabaido never writes into Sage X3 itself.
What you hand over
An endpoint URL and a credential from your own Sage X3 account: a bearer token, basic auth or a header key. Kabaido holds it encrypted and never shows it again.

Set it up

  1. 1Expose the customer list in Sage X3 as one JSON response from its API.
  2. 2Create a REST connection here with that endpoint and your own credential.
  3. 3Map the company, email and reference fields, then run the test fetch.
  4. 4Add an inbound endpoint with the ERP order status action so Sage X3 can post progress back.