wafle_checkout_order_resend_email
Resend an order confirmation email for a Wafle order. Idempotent to avoid duplicate sends within a minute.
Instructions
Resend a transactional email tied to an order. Default template: order_confirmation. Idempotency-keyed by template+public_id+timestamp so retries don't double-send within the same minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| order_id | Yes | ||
| template | No | order_confirmation |