About The Role
As part of our continued growth, we're strengthening the support within our workshop and depot at our Liverpool branch. We’re looking for a hands-on, practically experienced individual to join us in maintaining and assessing our electrical fleet of pumps and control panels.
This is a workshop-based role with no call-out requirement, making it ideal for someone who prefers working in a single location with a consistent routine.
Key Responsibilities:
1. Repair, test and maintain all electrical/mechanical pump sets and electrical control panels
2. Carry out diagnostics, fault-finding, and modifications from wiring diagrams and specifications
3. Prepare reports and repair estimates using company systems
4. Ensure all work performed is compliant with the National Working Rules for the Electrical Contracting Industry, the current I.E.E. Wiring Regulations for Electrical Installations, and the Construction Industry Safety Regulations.
5. Ensure that workspace, tools, and equipment are kept to a high standard both on and off site ensuring a clean safe working environment for all
6. Communicate clearly and professionally with managers, colleagues, and internal teams.
7. Collaborate effectively with internal teams including Installation, Sales, and Fleet Support
Qualifications & Experience :
8. ECS Gold Card – Installation or Maintenance Electrician (essential)
9. NVQ Level 3 in Electrical Installations or Electrical Maintenance (essential)
10. AM2 (Achievement measurement 2) (essential)
11. IEE Wiring Regulations 18th edition (essential)
12. Proven experience with 3-phase wiring, motors, and control panels
13. Demonstrable experience working as an electrician in similar industrial or commercial industry, preferably within a construction/utilities industry
14. Strong knowledge and understanding of electrical systems, circuits & electrical / mechanical components
15. A methodical approach, with the ability to work through a schedule and ensure all checks are completed on time and to a high standard.
16. Well organised, able to organise paperwork, ensuring stock is always available and the equipment needed is on site.
17. Previous experience with control panels would be advantageous, but not essential.
18. Excellent IT skills including working knowledge of Microsoft package skills including Outlook and Word
19. Demonstrable ability to share own knowledge and best practice, to help coach and develop apprentices and newer members of the team.
Please note, no vehicle is provided for this role so own transport to site would be necessary.
What we can offer you
We understand balancing work and life commitments isn’t always easy, that’s why we’ve designed our benefits package to support you in all areas of life.
20. Competitive salary
21. Enhanced overtime pay
22. Medicash Scheme – medical expenses scheme (access to 24hour online GP services, discounted gym memberships)
23. Pension scheme with contribution based on total earnings not just salary
24. 25 days holiday + 8 Bank Holidays
25. Increasing annual leave entitlement with long service
26. 3x your annual salary life insurance (DIS)
27. Support for development and training
28. Employee assistance programme (EAP) & access to Mental Health first aiders
29. Employee discount scheme (discounts/vouchers for supermarkets, high street shops, holidays and more)
30. Employee referral scheme
This role is not open to Agencies - Please no calls or emails - Thank you
EDI Statement
Workdry International Ltd is committed to encouraging equality, diversity, and inclusion among our workforce, and eliminating unlawful discrimination.
We value transparency, respecting others and understanding differences. We give full and fair consideration to all applicants, regardless of age, disability, gender reassignment, race, religion or belief, sex, sexual orientation, marriage and civil partnership, and pregnancy and maternity.
As part of your recruitment journey, we are happy to support requests for reasonable adjustments.
Share
// function selectJob() { var jobID = '2558'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //