Heads up! We only email from @empat.tech — anything else is a scam.

Email Marketing Specialist

Inna Kuzminska
Published on
January 14, 2026

We are an established brand in the premium wellness and lifestyle space, offering high-quality products to a global audience. Our team is looking for a detail-oriented and proactive professional to support our email marketing and e-commerce operations.Your responsibilities will include:

  • Managing and optimizing email marketing campaigns via Klaviyo;
  • Ability to create simple graphics in Figma;
  • Creating blog content aligned with our brand and products;
  • Supporting general e-commerce operations and ensuring smooth workflow.

What we expect from you:

  • Experience with Klaviyo and email marketing campaign management;
  • Strong knowledge of Shopify: adding products, updating pages, and managing events;
  • Ability to create engaging blog posts related to wellness and lifestyle;
  • Experience in general e-commerce operations;
  • Detail-oriented and proactive approach to work;
  • Ability to work remotely in EST timezone (5-10 hours/week).

We offer:

  • A flexible, part-time role (5-10 hours/week) with potential for full-time growth;
  • Fully remote work within EST timezone;
  • Opportunity to work with an established brand in the premium wellness and lifestyle space;
  • A dynamic, fast-moving environment with room for professional growth.

Apply
<.script> // Добавьте этот код в Settings -> Custom Code -> Before window.addEventListener('DOMContentLoaded', (event) => { // Находим все кнопки "Податься" const applyButtons = document.querySelectorAll('.apply-button'); // Замените на ваш класс кнопки // Находим скрытое поле в форме для вакансии const jobInput = document.querySelector('#job-title-input'); // Замените на ID вашего input applyButtons.forEach(button => { button.addEventListener('click', function(e) { // Получаем название вакансии из атрибута data-job-title const jobTitle = this.getAttribute('data-job-title'); // Устанавливаем значение в скрытое поле формы if (jobInput) { jobInput.value = jobTitle; } }); }); });