Meet With Us For AFree Consultation

We don’t believe in strong-arm sales techniques or pushy sales people, but we do love talking shop with local business owners. Contact us for a free consultation to see how we can help you.
Sign Up Now
  Phone Support
  Ticket by Email
  Ticket by Portal

You're human, and your support should be too. Speak to a support team member on the phone now!

  Phone: PHONENUMBER

Send an email to the Help Desk to create a ticket automatically and communicate with our team.

Submit A Ticket

Create and manage tickets via our secure online Help Desk Portal.

Enter Support Portal

Managed IT

Strategically optimize and protect your infrastructure with 24/7/365 Proactive Monitoring and Maintenance.

Security Services

Advanced security systems help protect your data and keep your business up and running.

Cloud IT

The cloud is the future of small and medium business technology management.

Industry Specific

We have experience with handling the IT of several industries. Take a look!
 
 
 

AREASERVED Support

Your IT infrastructure is our priority.

COMPANYNAME has been providing professional IT Support for businesses in and around CITYNAME, STATENAME since YEARSTARTED. We strive to give our clients Enterprise-level services and solutions at prices that work for small businesses. Time and experience has helped us develop best practices and workflow procedures around a proactive philosophy designed to keep your focus on your business, not your technology.

Our team of experts can become your outsourced IT department; responding to issues quickly, often before you even know about them. Covering everything from your servers and network infrastructure, to your computers, workstations and mobile devices, we provide end-to-end solutions for all of your technology needs.

With COMPANYNAME as your outsourced IT partner, you will experience:

  •  Less Downtime
  •  Fewer Day-to-Day Issues
  •  More Opportunities
  •  Flat-Rate IT Budget
  •  Infrastructure Protection
  •  Business Continuity
  •  A Good Night's Sleep
Not sure where to begin, or even if COMPANYNAME is a good fit for your organization? Contact us to learn more about how we can help move your business forward.

Account Manager

Category:

Full Time


Created:

01.06.2021


Education:

HS Diploma


Branch:

Sales


Experience:

Entry Level (Less than 2 years of Experience)


Work city:

Rolling Prairie, IN


Salary:

$36,000 - $55,000


 

Summary:
The position is primarily responsible for leading and guiding the execution of sales, strategies and programs for PhantomTS as well as client setup-up, ongoing maintenance, and day to day inquiries. They will build and maintain relationships with clients to ensure that needs are being met. They will also work collaboratively with external and internal teams to problem solve. Our desire is to build a long term relationship with our clients and provide them a dependable single resource center for all of their technology needs.

 

Responsibilities:

    • Build professional relationships with our clients
    • Problem solve internal and external client issues
    • Recommend solutions to clients and generate estimates as needed.
    • Manage, develop & oversee account growth, pricing, and marketing campaigns.
    • Team with internal PhantomTS departments to provide solutions, programs, processes and better service for the customer.
    • Develop and execute creative ideas for PhantomTS and clients to develop and grow the business.
    • Manage the Vendor/Manufacturer’s relationships in the channel.
    • Demonstrate a high level of product and technical knowledge in regards to recommending products and solutions.
    • Meet sales objectives within their territory.
    • Demonstrate PhantomTS products, Services, achieve sales objectives, and effectively manage accounts.
    • Attend and represent PhantomTS in a professional manner at local business groups, chambers, and associations.

 

Preferred Personal Qualities:

    • A passion for IT and providing world-class customer service
    • Ability to build strong rapport with clients
    • Strong troubleshooting and critical thinking skills
    • Positive attitude and professional demeanor
    • Displays integrity and accountability
    • Must have neat personal grooming and appearance
    • Ability to manage time effectively
    • Self-starter who takes initiative, is open minded and a team player

 

Education, Certifications, and Experience:

    • Bachelor's degree is not necessary but preferred
    • Minimum of 2-4 years experience in sales
    • Excellent written and verbal communication skills
    • History of success in outside sales
    • Strong organizational skills and attention to detail
    • Experience building business relationships with end-users
    • High level of motivation
    • Ability to multi-task, prioritize, and manage time effectively
    • Strong planning and negotiation skills
    • Must be proficient in Microsoft Outlook, Excel, and PowerPoint.
    • Experience with RMM and PSA tools is a plus.
    • Project management experience is a plus.

 

Benefits

  • Travel Reimbursement
  • Paid Training
  • Health, Dental, and Vision Insurance
  • Matching 401(k)
  • Tuition Reimbursement
  • Parental Leave

 

** All positions at PhantomTS require an applicant who has accepted an offer to undergo a background check. The specific checks are based on the nature of the position. Background checks may include some or all of the following: SSN/SIN validation, education verification, employment verification, and criminal check, search against global sanctions and government watch lists, fingerprint verification, credit check, and/or drug test. By applying for a position with PhantomTS, you understand that you will be required to undergo a background check should you be made an offer. You also understand that the offer is contingent upon successful completion of the background check and results consistent with Phantoms’ employment policies. You will be notified during the hiring process which checks are required for the position. **

 

**Must have reliable transportation. Phantom Technology Solutions maintains a physical office location in the Northern Indiana area, however client needs often dictate an onsite visit. Mileage is reimbursed. All employees are expected to adhere to safety procedures and guidelines at all times. Salary will be based on experience. Job description does not state or imply that these are the only duties or responsibilities to be performed by an employee in this position. **

 

{source}
<script>
(function($){
$(window).on("load",function(){
$(document).scrollzipInit();
$(document).rollerInit();
});
$(window).on("load scroll resize", function(){
$('.numscroller').scrollzip({
showFunction : function() {
numberRoller($(this).attr('data-slno'));
},
wholeVisible : false,
});
});
$.fn.scrollzipInit=function(){
$('body').prepend("<div style='position:fixed;top:0px;left:0px;width:0;height:0;' id='scrollzipPoint'></div>" );
};
$.fn.rollerInit=function(){
var i=0;
$('.numscroller').each(function() {
i++;
$(this).attr('data-slno',i);
$(this).addClass("roller-title-number-"+i);
});
};
$.fn.scrollzip = function(options){
var settings = $.extend({
showFunction : null,
hideFunction : null,
showShift : 0,
wholeVisible : false,
hideShift : 0,
}, options);
return this.each(function(i,obj){
$(this).addClass('scrollzip');
if ( $.isFunction( settings.showFunction ) ){
if(
!$(this).hasClass('isShown')&&
($(window).outerHeight()+$('#scrollzipPoint').offset().top-settings.showShift)>($(this).offset().top+((settings.wholeVisible)?$(this).outerHeight():0))&&
($('#scrollzipPoint').offset().top+((settings.wholeVisible)?$(this).outerHeight():0))<($(this).outerHeight()+$(this).offset().top-settings.showShift)
){
$(this).addClass('isShown');
settings.showFunction.call( this );
}
}
if ( $.isFunction( settings.hideFunction ) ){
if(
$(this).hasClass('isShown')&&
(($(window).outerHeight()+$('#scrollzipPoint').offset().top-settings.hideShift)<($(this).offset().top+((settings.wholeVisible)?$(this).outerHeight():0))||
($('#scrollzipPoint').offset().top+((settings.wholeVisible)?$(this).outerHeight():0))>($(this).outerHeight()+$(this).offset().top-settings.hideShift))
){
$(this).removeClass('isShown');
settings.hideFunction.call( this );
}
}
return this;
});
};
function numberRoller(slno){
var min=$('.roller-title-number-'+slno).attr('data-min');
var max=$('.roller-title-number-'+slno).attr('data-max');
var timediff=$('.roller-title-number-'+slno).attr('data-delay');
var increment=$('.roller-title-number-'+slno).attr('data-increment');
var numdiff=max-min;
var timeout=(timediff*1000)/numdiff;
//if(numinc<10){
//increment=Math.floor((timediff*1000)/10);
//}//alert(increment);
numberRoll(slno,min,max,increment,timeout);

}
function numberRoll(slno,min,max,increment,timeout){//alert(slno+"="+min+"="+max+"="+increment+"="+timeout);
if(min<=max){
$('.roller-title-number-'+slno).html(min);
min=parseInt(min)+parseInt(increment);
setTimeout(function(){numberRoll(eval(slno),eval(min),eval(max),eval(increment),eval(timeout))},timeout);
}else{
$('.roller-title-number-'+slno).html(max);
}
}
})(jQuery);
</script>
{/source}

See What We Have Done.

0 Number of IT Projects Completed
0 Number of Tickets Completed
0 Number of Active Clients
0 Collective Years of Experience
 

Free IT Whitepaper

{module 1013}

What Our Clients Say

Hear what our clients have to say about us

Latest Blogs

Contact Us

Learn more about what COMPANYNAME
can do for your business.

COMPANYNAME
COMPANYADDRESS ADDRESSLINE2
CITYNAME, STATENAME ZIPNAME

FAX: 574-968-1790

Account Login