wafle_checkout_cart_recover
Find abandoned carts for a customer email hash (items but no paid order) to trigger recovery reminders in retargeting flows.
Instructions
List abandoned carts (cart_token has items but no paid order in wafle_orders) for a customer email hash. Used by retargeting drip flows to surface 'you left X in your cart' nudges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| since | No | ISO 8601 lower bound on cart updated_at — defaults to 7 days ago | |
| customer_email_hash | Yes | sha256 of lowercased email |