In the video above, we look at how you can connect your Encharge account with ThriveCart.
After connecting your Encharge account with ThriveCart, we will automatically start syncing order and customer data to Encharge.
What does this integration support?
Using ThriveCart’s integration with Encharge, we trigger the following events within Encharge
ThriveCart order
, triggered once per order overallThriveCart purchase
, triggered X times, once for each item purchasedThriveCart rebill
, triggered on each rebillThriveCart refund
, triggered on each refund
In the Purchase, Rebill and Refund ones, we also pass the following properties:
item_type
, which isproduct
,bump
,upsell
ordownsell
item_id
, which is the numeric ID of the itemitem_reference
, which is the above two properties joined by a-
(e.g.upsell-13
orbump-2
)amount
, which is the relevant amount charged or refunded, in cents (e.g.4995
)amount_str
, which is the relevant amount charged or refunded, as a string (e.g. 49.95)
This enables you to see up a Flow which triggers when an Event called ‘ThriveCart purchase’ happens, if the item_reference
is product-123
for example.
Or if the item_reference
is upsell
if you want to trigger on every single upsell.
Or when an Event called ‘ThriveCart refund’ happens, where the item_reference
is product-5
for a specific product that gets refunded