Ingredients
Magento, Zendesk, and Kodif.
What are AI Policies?
At Kodif, we’re excited to announce the launch of Policies—a powerful, dynamic solution designed to revolutionize the way CX managers handle customer support. Unlike traditional flows, which are rigid and complex, Policies empower non-technical users to create and manage customer interactions with ease. Written in natural language, Policies make it simple to define and refine customer experiences without needing to rely on complicated flowcharts or scripting. This approach is not only user-friendly but also self-serve, enabling CX teams to quickly translate existing Standard Operating Procedures (SOPs) into automation, saving valuable time and resources.
The flexibility of Kodif Policies ensures that businesses can offer personalized, context-driven support while continuously improving customer experiences. With Policies, you can experiment with different strategies to optimize outcomes such as CSAT, revenue, and retention—all without the need to rebuild complex workflows. Whether it’s automating routine interactions or testing new approaches for high-stakes scenarios, Policies provide a scalable, adaptable solution that aligns with your business goals. While flows still have their place in sensitive, high-risk situations, Policies offer an agile alternative that helps businesses innovate faster and deliver exceptional, tailored experiences at scale.
“Refund order” ticket type explained
In customer support, a “Refund order” ticket refers to a request initiated by a customer seeking a repayment for a purchase. This could be due to various reasons such as a defective product, incorrect order, or simply a change of mind within the retailer’s return policy window. Handling these requests efficiently is crucial for maintaining customer satisfaction and trust. By automating the refund process, businesses can expedite resolutions, reduce the workload on support agents, and minimize error margins, ultimately enhancing the overall customer experience.
Which Platforms does this AI policy work on?
This AI policy is compatible with Magento, Zendesk, and Kodif. In fact, Kodif integrates seamlessly with all other major platforms, ensuring a smooth and efficient workflow across different systems.
When should I use this policy?
Use this policy when customers want a refund.
Policy logic
Use this policy when customers want a refund. Automating this process involves several steps to ensure accuracy and customer satisfaction. Here is a breakdown of the logic:
- Ask for the user’s email address
- Use @get_magento_account_details tool to check if the user with that email address exists in Magento.
- If the email address was not found, ask for a valid email address.
If the email address is still not found, route it to an agent for further investigation.
Display Recent Orders
- Use @get_magento_orders to retrieve the user’s recent orders.
- Display the list of recent orders and ask the user which specific order they would like to inquire about.
If the order was not found, route to an agent for further investigation.
Check Refund Eligibility
- Use @magento_order_details to check the status and eligibility of the selected order for a refund.
- If the order is eligible for a refund, verify the return and refund conditions (e.g., within the return window, product condition, etc.).
If the order is not eligible, inform the user that the order is outside the refund window or does not meet the conditions for a refund, and provide alternative options (e.g., store credit, exchange).
Initiate Refund Process
- If the order meets the refund criteria, ask the user to confirm their request for a refund.
- Use @magento_issue_refund to initiate the refund process in Magento.
Inform the user that the refund process has started, and provide them with an estimated timeline for when the funds will be credited back to their payment method (typically within 3-5 business days).
Notify the User
- Inform the user in the chat that their refund has been successfully initiated.
Magento will send a confirmation email to the user regarding the refund status and details.
Refund Follow-Up
- Advise the user to check their bank or payment provider for any updates on the refund processing timeline.
If the user has questions regarding the refund status after the estimated time frame, encourage them to reach out for further assistance.
Escalation
- If the refund cannot be processed or if there are any issues, route the request to an agent or create a ticket for further investigation.
- If the user prefers a store credit or exchange instead of a refund, offer these options and use the appropriate tools to process them.
Example policy
Use the policy logic described above for automating refund processes. This approach ensures that customer requests are handled efficiently, reducing response times and enhancing customer satisfaction. The tools mentioned, like @magento_order_details and @magento_issue_refund, are integral to streamlining operations and maintaining a high standard of service.