Advanced Automation Strategies
Once you're comfortable with basic claims, you can use the Automation Engine to handle repetitive tasks, allowing your team to focus on complex cases.
Strategy 1: The "Trusted Customer" Auto-Approval
This rule automatically approves claims for low-value items from customers who have never filed a claim before.
- Conditions:
Line Item Amountis less than or equal to15Customer Previous Claims Countis equal to0Reasonis inProduct Arrived Broken, Damaged
- Action:
APPROVE - Resolution:
REFUND - Auto-Process:
Enabled - Comment: "Hi
{customerName}, we're sorry for the damage. Since this is your first claim and the item value is low, we've automatically processed a refund for you."
Strategy 2: Fraud Prevention (Auto-Reject)
Protect your store from serial claimants or incomplete submissions.
- Conditions:
Files Countis less than1Reasonis inDamaged, Wrong Item
- Action:
REJECT - Comment: "Hello. We cannot process claims for damaged or incorrect items without photo evidence. Please refile this claim with the required attachments."
Strategy 3: VIP High-Value Routing
Identify high-value claims or VIP customers and move them to a special status for manager review.
- Conditions:
Order Total Priceis greater than500
- Action:
CUSTOM - Custom Status:
MANAGER_REVIEW(You must create this status in Settings first) - Comment: "High-value claim detected. Moving to internal manager review queue."
Strategy 4: SKU-Specific Handling
If a specific product is fragile and always requires a replacement instead of a refund.
- Conditions:
Line Item SKUcontainsGLASSWARE-
- Action:
APPROVE - Resolution:
REORDER - Comment: "Our apologies for the glass breakage. A replacement order has been automatically created for you."
Tips for Success
- Prioritize Your Rules: Always put your "Rejection" rules at the top (Priority 1) to catch bad claims first.
- Be Transparent: Always include an "Automatic Comment" so customers know why a decision was reached.
- Monitor Your "Auto" resolutions: Occasionally check your automated refunds and reorders to ensure your logic is working as intended.
- Use Custom Statuses: If you're not ready for full auto-approval, use the
CUSTOMaction to route claims to different internal "folders" for your team.