A fully equipped, and easily customizable promotion engine that gives you all the flexibility you need.
Show Me MoreIntegrate your system with Talon.One's API and start sending any of your customer profile and session data to the Rule Engine in real-time.
Learn moreUse any custom 'events' to tailor your coupon, discount, bundling, referral and loyalty solutions - All with a single user interface (The Campaign Manager).
Learn moreAs customers interact with your business, the data is sent to Talon.One's Rule Engine and validated to see which effects need to be returned.
Learn moreIn every customer session, Talon.One checks your rules and sends effects that update your system and deliver the right promotions and rewards at the right times.
Learn moreGet the most out of your reward programs
Sync all your data in real-time and use it to target and personalize your promotions more effectively than ever before.
Build and manage all your campaigns in one place. Control budgets, rewards, priorities, redemptions and so much more.
Build rules using conditions and effects to create completely automated workflows for all of your campaigns.
Gain full control through one centralized system to provide a seamless customer experience.
Track performance directly in the Campaign Manager or integrate with any of your BI tools to gather and leverage data.
Deliver your promotions effectively with your existing marketing platforms and CRM tools.
curl -X PUT -H 'Content-Type: application/json' \
-H 'Authorization: ApiKey-v1953f4d85715c479a30b9ac0592495b57 6ee90dfc7671a53a7ed440225cb48676' \
-d '{
"total": 210,
"state": "open",
"attributes": {
"Destination_type": "Equatorial", "CurrentLocation": {
"format": "point",
"object": "13.427540899999999,52.4979898"
}
}
}'
'https://developerdocs.talon.one/v1/customer_sessions/wpxc1n9jlo'
Effects
[
[
3,
10,
0,
[
"setDiscount",
"20% off",
42
]
]
]
curl -X PUT -H 'Content-Type: application/json' \
-H 'Authorization: ApiKey-v1 953f4d85715c479a30b9ac0592495b576ee90dfc7671a53a7ed440225cb48676' \
-d '{
"attributes": {
"Ride_duration": 10,
"Ride_count": 6
},
"profileId": "loyaltyUser",
"state": "open"
}' 'https://developerdocs.talon.one/v1/customer_sessions/1qvlylonptt'
Effects
[
[
5,
19,
0,
[
"addLoyaltyPoints",
"500 points",
1,
"",
500,
"loyaltyUser",
"unlimited"
]
]
]
curl -X PUT -H 'Content-Type: application/json' \
-H 'Authorization: ApiKey-v1 953f4d85715c479a30b9ac0592495b576ee90dfc7671a53a7ed440225cb48676' \
-d '{
"referral": "EEUF-JQ45",
"profileId": "friend",
"state": "open"
}' 'https://developerdocs.talon.one/v1/customer_sessions/p1u96uz3my'
Effects[
[
4,
12,
0,
[
"acceptReferral",
"EEUF-JQ45"
]
],
[
4,
12,
0,
[
"set",
"Profile",
"Attributes",
"Credits",
1200
]
],
[
4,
12,
0,
[
"set",
"AdvocateProfile",
"Attributes",
"Tier",
"VIP"
]
]
]
curl -X PUT -H 'Content-Type: application/json' \
-H 'Authorization: ApiKey-v1 953f4d85715c479a30b9ac0592495b576ee90dfc7671a53a7ed440225cb48676' \
-d '{
"coupon": "Coupon_10",
"state": "open"
}' 'https://developerdocs.talon.one/v1/customer_sessions/TEST-SESSION-ID-Coupon'
Effects
[
[
1,
2,
0,
[
"acceptCoupon",
"Coupon_10"
]
],
[
1,
2,
0,
[
"setDiscount",
"Dynamic coupon value discount",
10
]
]
]
curl -X PUT -H 'Content-Type: application/json' \
-H 'Authorization: ApiKey-v1 953f4d85715c479a30b9ac0592495b576ee90dfc7671a53a7ed440225cb48676' \
-d '{
"cartItems": [
{
"name": "Lipstick",
"sku": "Z4522A12E",
"quantity": 3,
"price": 29.99,
"category": "cosmetics"
}
],
"total": 89.97,
"state": "open"
}' 'https://developerdocs.talon.one/v1/customer_sessions/el9c3jcfkdq'
Effects[
[
2,
6,
0,
[
"addFreeItem",
"TEST-USER-ID",
"SKU-456",
"A free item for you!"
]
]
]