Internal Communications Specialist

Internal Communications Specialist

The Junior Internal Communications Specialist supports the implementation of the internal communications strategy, contributing to informing and engaging employees through various communication channels and initiatives

Responsibilities:

  • Supporting the implementation of the internal communications strategy in accordance with the company’s values and objectives
  • Writing articles for internal newsletters and announcements for employees
  • Support in organizing and promoting internal events
  • Collaborating with internal departments (HR, IT, DMIR, Finance) to effectively communicate messages to employees
  • Collecting, organizing, and maintaining a database with relevant information for the internal communications team
  • Analyzing data and proposing improvements to the communications strategy.
  • Creating documents specific to internal communications activities (presentations, infographics, etc.)
  • Direct collaboration with field teams to understand operational activities and transform their stories, challenges, and achievements into relevant content for internal communications

Technical Skills:

  • Writing and storytelling skills.
  • Familiarity with digital internal communications platforms
  • Basic graphic design skills (Canva)
  • MS Office proficiency (Word, Excel, PowerPoint)

Personal Skills:

  • Written and verbal communication skills
  • Attention to detail
  • Team spirit and proactivity

Apply for this position

Allowed Type(s): .pdf
(function() { function executaTraducere() { // 1. Schimbă Titlul Formularului const title = document.querySelector('.awsm-job-form-inner h2'); if (title) title.innerText = 'Aplică pentru această poziție'; // 2. Mapare etichete personalizate const translations = { 'Full Name': 'Numele si Prenume', 'Email': 'Adresa de e-mail', 'Phone': 'Număr de telefon', 'Bio': 'Mesaj', 'Upload CV/Resume': 'Încarcă CV (Format PDF)' }; // Înlocuire text în etichete fără a distruge tagurile interne (ex: steluța de obligatoriu) document.querySelectorAll('.awsm-job-form-inner label').forEach(label => { for (let key in translations) { if (label.innerText.includes(key)) { // Înlocuim doar nodul de text, nu tot HTML-ul label.childNodes.forEach(node => { if (node.nodeType === Node.TEXT_NODE && node.nodeValue.includes(key)) { node.nodeValue = node.nodeValue.replace(key, translations[key]); } }); } } }); // 3. Schimbă TOATE textele de ajutor (Small) document.querySelectorAll('.awsm-job-form-group small').forEach(smallText => { if (smallText && !smallText.dataset.tradus) { smallText.innerText = smallText.innerText .replace('Allowed Type', 'Formate permise') .replace('Max Size', 'Dimensiune maximă'); smallText.dataset.tradus = "true"; // Evită rularea repetată pe același element } }); // 4. Schimbă textul butonului de Trimite const submitBtn = document.querySelector('#awsm-application-form input[type="submit"]'); if (submitBtn) submitBtn.value = 'Trimite Aplicația'; } // Rulăm instant la încărcarea DOM-ului document.addEventListener('DOMContentLoaded', executaTraducere); // Rulăm și imediat în caz că scriptul se încarcă după DOM if (document.readyState === 'interactive' || document.readyState === 'complete') { executaTraducere(); } })();