Planuj spotkania
na autopilocie

Checklisty + szablony, z którymi zaplanujesz wyłącznie efektywne
i potrzebne spotkania

Pobierz checklisty + szablony do planowania spotkań

Co znajdziesz w pakiecie?

Rozpiskę z informacją jak często robić cykliczne spotkania, kogo na nie zaprosić i ile powinny trwać.

Listę rzeczy, które warto ustalić przed spotkaniem, aby sprawdzić, czy warto je organizować.

Checklistę przy planowaniu spotkania, z którą nie pominiesz żadnego aspektu przygotowań.

Agendę, dzięki której poprowadzisz ułożone i efektywne spotkanie.

Szablon maila informującego o spotkaniu.

Dzięki tym narzędziom:

Szybko i w zorganizowany sposób zaplanujesz efektywne spotaknie.

Zoptymalizujesz pracę zespołu i przepływ informacji.

Unikniesz łatki lidera, który trwoni czas zespołu na niepotrzebne zebrania.

Materiały oparłam na swoim doświadczeniu

Jestem Kamila

Jako ekspertka układania procesów pomagam małym i średnim firmom udoskonalić:

relacje między pracownikami

Lepsza komunikacja i procedury delegowania zadań to lepsza atmosfera w firmie.

relacje z Klientami

Uporządkowany proces komunikacji z Klientem buduje zaufanie. Kupujemy chętniej od tych firm, którym ufamy.

optymalizacja czasu

Czas to pieniądz. Pracownik, który spędzi mniej czasu na zadaniach nie przynoszących zysku firmie będzie mógł efektywniej działać na swoim stanowisku.

Z moją pomocą Ty i Twój zespół wyciśniecie 150% swoich możliwości – bez wypalenia i rosnącej frustracji.

pakiet materiałów

Planuj spotkania
na autopilocie

document.addEventListener('DOMContentLoaded', function() { // Function to handle the form submission function submitForm() { let firstName = document.getElementById('first-name').value; let email = document.getElementById('your-email').value; if (!firstName ||!email) { console.error("Missing form field values."); return; } let contact = new _smartSenderContact(email); let options = { firstName: firstName, active: true, // Adding active: true option emailSubscribe: true, // Adding emailSubscribe: true option // Add other options if needed "variables": [ { "name": "form", "value": "LMmeet" } ] }; contact.Add(options); // Create the event object and add the 'form' variable let eventObj = new _smartSenderEvent('subscription', '0', 'EUR'); eventObj.setVariables([ {"name": "form", "value": "LMmeet"} // Sets the 'form' variable ]); // Fire the event and show the push prompt contact.FireEvent(eventObj); contact.ShowPushPrompt(); // Optionally replace 'domElementId' and 'telegramBotId' if needed contact.CreateTelegramSubscriptionLink('domElementId', 'telegramBotId'); } // Attach the submitForm function to the submit button const submitButton = document.getElementById('submit-button'); if (submitButton) { submitButton.onclick = submitForm; } else { console.error("Submit button not found with ID 'submit-button'."); } });
document.addEventListener('DOMContentLoaded', function() { // Function to handle the form submission function submitForm() { let firstName = document.getElementById('first-name').value; let email = document.getElementById('your-email').value; if (!firstName ||!email) { console.error("Missing form field values."); return; } let contact = new _smartSenderContact(email); let options = { firstName: firstName, active: true, // Adding active: true option emailSubscribe: true, // Adding emailSubscribe: true option // Add other options if needed "variables": [ { "name": "form", "value": "LMmeet" } ] }; contact.Add(options); // Create the event object and add the 'form' variable let eventObj = new _smartSenderEvent('subscription', '0', 'EUR'); eventObj.setVariables([ {"name": "form", "value": "LMmeet"} // Sets the 'form' variable ]); // Fire the event and show the push prompt contact.FireEvent(eventObj); contact.ShowPushPrompt(); // Optionally replace 'domElementId' and 'telegramBotId' if needed contact.CreateTelegramSubscriptionLink('domElementId', 'telegramBotId'); } // Attach the submitForm function to the submit button const submitButton = document.getElementById('submit-button'); if (submitButton) { submitButton.onclick = submitForm; } else { console.error("Submit button not found with ID 'submit-button'."); } });