Integration API
Use the Integration API to send external information to the Talon.One Rule Engine or to retrieve data in high-load environments. It's the main API for all integration use-cases.
Typical high-load use cases are:
- Sharing order data with Talon.One. For example the details of an order, a delivery address, or payment information.
- Checking what campaign effects apply.
- Updating and retrieving customer data.
important
Unless otherwise stated, all our SLAs in contract are specified for the Integration API only. The Management API is primarily designed to be used by the Campaign Manager.
Here is a usual example of workflow with the Integration API:
- Your system sends a request via the Integration API.
- The request is transformed in an event and is sent to the Rule Engine.
- The Rule Engine uses this event to find the rules that match the current event.
- The Rule Engine returns the effect(s) of the matching rules to the integration layer.
- Your system applies the effect(s) as needed.
Represented visually, the relation between your system, the Campaign Manager, and the Rule Engine is as follows:
The only coupling of your integration with campaigns is through the Rule Engine: the integration must send the attributes that the Rule Engine requires.
See API Docs
note
In non-high-load contexts, you can use the endpoints available in the Management API.
Integration API Postman collection
Find our collections on our Postman workspace.
Next steps
Read about API effects and see the Integrating Talon.One tutorial.