AI in Communications: How The Nature Conservancy Transformed Their Communications Team

AI in communications webinar

How can AI help busy comms teams work smarter, not harder?

Discover how The Nature Conservancy (TNC), a global leader in environmental conservation, transformed their communications team with AI. Faced with mounting workloads, dispersed teams and employee resistance to AI, The Nature Conservancy sought to equip over 200 professionals with the necessary skills to thrive in an AI-powered future.

Join our panel of experts Bianca Shead, Katie Roden and Edifai co-founder Nick Villani in this 45-minute webinar to learn how The Nature Conservancy:

  • Streamlined workflows, saving over 4 hours per person each week on everyday tasks
  • Turned skepticism into advocacy
  • Built a scalable AI adoption strategy for global impact

Date and time: TBC

Places are limited. Save your seat now.

Bianca Shead

Bianca is the Senior Director of Global Marketing and Communications at The Nature Conservancy, leading a super-smart and creative team of communications legends. She strongly believes that effective communication plays a vital role in delivering change and driving action, and is enormously proud to be part of an organisation that is mobilising the power of nature to deliver solutions to tackle climate change and biodiversity loss.

Katie Roden

With over 30 years' experience in marketing, content creation, publishing, fan engagement and digital transformation, Katie has worked with high-profiles brands across multiple sectors, from education, charity and not-for-profit to retail, telecommunications, book publishing, sports and entertainment. She is also a trainer and facilitator for the Google Digital Academy, helping businesses to maintain best practice in all aspects of marketing, attribution and business operation.

// This will run on every page load window.addEventListener('load', function() { // Log which page we're on console.log('Page URL:', window.location.href); // Check if Calendly exists console.log('Calendly loaded:', typeof Calendly !== 'undefined'); // Find all Calendly buttons on the page const calendlyButtons = document.querySelectorAll('[data-calendly]'); console.log('Found Calendly buttons:', calendlyButtons.length); // Log each button's URL calendlyButtons.forEach(button => { console.log('Button URL:', button.getAttribute('data-calendly')); }); document.addEventListener('click', function(e) { const calendarLink = e.target.closest('[data-calendly]'); if (calendarLink) { console.log('Button clicked!'); e.preventDefault(); const calendlyUrl = calendarLink.getAttribute('data-calendly'); console.log('Trying to open:', calendlyUrl); Calendly.initPopupWidget({url: calendlyUrl}); return false; } }); });