Send Gmail with attachments or files right in Coda!

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 21

  • @PerezQ100
    @PerezQ100 3 หลายเดือนก่อน

    You are awesome!! Thanks!!!

  • @TheOriginalCatfood
    @TheOriginalCatfood 6 หลายเดือนก่อน

    Notes:
    00:00 Useful for later when using email in Coda.

  • @eduardonunes5187
    @eduardonunes5187 ปีที่แล้ว +1

    Best tip ever!
    Wanted that for so long!

  • @isabelle.larouche
    @isabelle.larouche ปีที่แล้ว +2

    Could I add any image, table display, or check list in Canva for the body email or is it only possible to write text? I am looking for a way to send a Coda page as it displays in Coda by email (not only text).

  • @CamGolinsky
    @CamGolinsky ปีที่แล้ว

    Dang that camera quality is sharp. That than neon logo *chefs kiss*

  • @OrangeBookClips
    @OrangeBookClips ปีที่แล้ว

    Great Video Scott, Back Coda icon very well placed

  • @juanmagarcia4771
    @juanmagarcia4771 ปีที่แล้ว

    Very helpful, thanks Scott

    • @thecodaguy
      @thecodaguy  ปีที่แล้ว

      Glad it was helpful!

  • @brenocn
    @brenocn ปีที่แล้ว

    Great video. Loved it.

  • @PeterFodor-i2p
    @PeterFodor-i2p หลายเดือนก่อน

    Hello, Isi t possible to add cc to the code? I tried to add another field but it s not sending it to cc. Thank you

  • @martinvilches
    @martinvilches ปีที่แล้ว

    Nice, Scott! 👍🏼

  • @istvanpesti
    @istvanpesti ปีที่แล้ว

    I got the following error message: TypeError: Cannot read properties of undefined (reading 'replace'). Any idea how to fix it?

  • @farbexyt
    @farbexyt ปีที่แล้ว

    Is the Doc you published to the store working for multiple attached files?

    • @thecodaguy
      @thecodaguy  ปีที่แล้ว

      Sadly no. You'd have to adjust the code that I provide to support multiple attachments. Tweet me at @thecodaguy if you need more help! or send an email at scott@simpladocs.com

    • @farbexyt
      @farbexyt ปีที่แล้ว

      After a lot of work I managed to find the solution to attach more than one file and also in case there are no attachments. I wasted a few hours because I'm not a programmer but also because I think there was an inconsistency in the sending of information by Coda that I had to overcome with a little more code. But now it seems to be working perfectly

    • @danifrim
      @danifrim ปีที่แล้ว

      @@farbexyt could share how you managed to include multiple attachments 😁?

  • @PeterFodor-i2p
    @PeterFodor-i2p ปีที่แล้ว

    How do you send multiple files from one row? as we are taking first()

    • @thecodaguy
      @thecodaguy  ปีที่แล้ว +1

      Youd need to modify the code in the apps script itself to loop or expect multiple files
      And then in the payload you send to apps script youd need to send over an ARRAY of the actual file hosted links

    • @PeterFodor-i2p
      @PeterFodor-i2p ปีที่แล้ว

      dang i wish i was a coder@@thecodaguy