External Communication Coordinator

External Communication Coordinator

Location: Bucharest

Education: Higher Education

Experience: Minimum 5 years of experience in external communication, corporate communication, or PR

Your Profile:

  • Experience in regulated industries (energy, utilities, infrastructure) is an advantage
  • Experience in institutional communication and the use of digital channels
  • Advanced MS Office skills
  • Advanced English language skills (written, reading, spoken)
  • Excellent communication, analytical, and coordination skills
  • Ability to manage complex projects and sensitive situations, including crisis communication

Key Responsibilities:

  • Coordination of external communication strategy and crisis communication
  • Management of relationships with mass media, authorities, partners, and other external stakeholders
  • Development and implementation of impactful communication projects to consolidate the company’s reputation and executive leadership
  • Ensuring message consistency and company positioning within the energy industry context
  • Planning and management of communication campaigns, projects, and budgets
  • Coordination of external event organization: conferences, industry fairs, and partner events
  • Close collaboration with internal teams (technical, legal, strategy, CSR)

What We Offer:

  • Competitive salary package and performance bonus
  • Meal vouchers and extra benefits
  • Paid leave based on seniority;
  • Partial reimbursement of holiday tickets;
  • Gift vouchers for special occasions (Easter, Christmas, March 8th, June 1st, etc.);
  • Private medical insurance
  • Paid days off for important events
  • Continuous professional development through training and courses
  • Stable professional environment with impactful projects

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(); } })();