{
    "Create": {
        "enabled": true,
        "message": "\ud83d\udc4b Hello {{order.billing.first_name}},\n\nYour order *#{{order.id}}* has been successfully placed!\n\n*Total:* {{order.currency_symbol}}{{order.total}}\n\nWe'll notify you as soon as it moves to the next stage. Thank you for shopping with us!\n"
    },
    "Pending": {
        "enabled": true,
        "message": "\u23f3 Action Required for Order #{{order.id}}.\n\nYour order is currently *Pending Payment*.\n\n*Total:* {{order.currency_symbol}}{{order.total}}\n\nPlease complete your payment at the link below to continue:\n{{order.payment_url}}"
    },
    "Processing": {
        "enabled": true,
        "message": "\ud83d\udee0\ufe0f Great News, {{order.billing.first_name}}!\n\nYour order *#{{order.id}}* is now *Processing*.\n\nOur team is actively working on preparing your items:\n{{order.line_items_list}}\n\nWe appreciate your patience!"
    },
    "Completed": {
        "enabled": true,
        "message": "\u2705 Success! Your order *#{{order.id}}* has been *Completed*.\n\n*Items:* {{order.line_items_list}}\n\nThank you for your purchase. We hope to see you again soon!"
    },
    "Cancelled": {
        "enabled": true,
        "message": "\u274c Update on Order #{{order.id}}.\n\nYour order, placed by {{order.billing.first_name}}, has been *Cancelled*.\n\nIf you believe this is an error, please contact us."
    },
    "Failed": {
        "enabled": true,
        "message": "\ud83d\udea8 Payment Failed for Order *#{{order.id}}*.\n\nWe were unable to process the payment for {{order.currency_symbol}}{{order.total}}.\n\nPlease try again here:\n{{order.payment_url}}\n\nIf the issue persists, contact our support team immediately."
    }
}