workflows.fit
Back to n8n workflows
n8n templateFreeBy WeblineIndia

Handle Zendesk WooCommerce refund tickets with Slack and Gmail

Zendesk Refund Ticket Automation with WooCommerce Order Lookup, Slack Alerts & Gmail Emails This workflow automatically handles refund-related Zendesk tickets for WooCommerce orders. When a new refund ticket is create...

CommunicationHITLSalesDevelopmentCore NodesZendesk TriggerCodeWoo Commerce
Loading interactive preview...

Template notes

Zendesk Refund Ticket Automation with WooCommerce Order Lookup, Slack Alerts & Gmail Emails

This workflow automatically handles refund-related Zendesk tickets for WooCommerce orders. When a new refund ticket is created, it verifies whether the ticket is related to WooCommerce, fetches the order details, checks refund eligibility and then routes the case based on the refund type. Damaged items notify the internal team via Slack, while other refund cases trigger customer emails via Gmail for further proof or confirmation.

Quick Implementation Steps

1. Import the workflow JSON into n8n 2. Connect Zendesk, WooCommerce, Slack and Gmail credentials 3. Update Slack channel and Gmail sender settings 4. Activate the workflow 5. Start receiving and processing refund tickets automatically

What It Does

This workflow listens for new Zendesk tickets and checks whether they are related to WooCommerce refunds. If the ticket qualifies, it extracts the order ID from the ticket description and fetches the corresponding order from WooCommerce.

Once the order data is retrieved, the workflow validates the order status and checks whether a refund already exists. Eligible cases are merged with ticket data and routed based on the refund reason, such as damaged items, wrong items, partial refunds or full refunds.

For damaged items, the workflow immediately notifies the internal support team via Slack. For other refund types, it sends structured and context-aware emails to customers using Gmail, requesting proof or informing them about next steps.