wafle_abandoned_send_recovery
Trigger a recovery email to an abandoned cart's captured address, including a one-click cart-refill link. Re-sending within cooldown is a no-op, returning the existing send id.
Instructions
Trigger a recovery email to the captured address of an abandoned-cart session. The email contains a one-click recovery link with the cart pre-filled.
Idempotent: re-sending within the cooldown window is a no-op (wafle returns the existing send id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| template | No | Template id to use. Default: store's configured recovery template. | |
| session_id | Yes | ||
| coupon_code | No | Optional coupon to attach as incentive. |