Job Description
Clerical Officer - Northern Ireland Housing Executive - Newry Join the team at the Northern Ireland Housing Executive in Newry as a Clerical Officer and provide essential administrative support to help ensure the smooth and efficient delivery of services. This is a great opportunity to build experience within a busy public sector environment while supporting day-to-day operations and delivering a high standard of customer service.
About the role:
1. £13.05 per hour
2. Newry
3. 37 hours a week, Monday - Friday 9am - 5pm
4. Holidays: 35 days pro rata
5. Duration: Temporary, ongoing
What you'll be doing in this role:
6. Provide timely administrative and co-ordination support and other ad hoc duties as required
7. Input data, maintain records and set up databases
8. Drafting responses to letters and complaints on behalf of the Business Area Manager
9. Using telephony system to answer calls and making outbound calls to gather information
10. Using Board app to triage and allocate work
11. Monitoring of inboxes
What requirements are needed for this role:
12. 5 GCSEs to include Maths and English
13. 1 year’s relevant experience in a similar role, delivering excellent customer service
14. Strong IT skills including Microsoft packages, communication skills, and organisational skills
15. Ability to work on own initiative
16. As part of the reference checking and vetting process for this position you will be requested to undertake a Basic AccessNI Disclosure. Having a criminal record will not necessarily be a bar to obtaining a position
Riada Resourcing is an equal opportunities employer.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
17. Share Vacancy on Facebook
18. Share Vacancy on X
19. Share Vacancy on LinkedIn
20. Share Vacancy on WhatsApp
21. Send Vacancy to a friend
// function selectJob() { var jobID = '36941'; 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'); //