Is it possible to remove Nylas Branding from the booking confirmed email?

Is it possible to remove the “Powered by Nylas” branding from the bottom of the booking/reschedule confirmation email?

hi @alienator

You can remove the footer by setting the prop nylasBranding to false

<NylasScheduling
  nylasBranding={false}
/>

Hope that helps!

@spang This is showing up in the email. The code you suggested removes the branding from the scheduler. My use case is to remove the branding from the confirmation email.

ah, fair point - apologies for misreading.

Looks like this is roadmapped to be implemented soon, but not an available setting yet.