Skip to main content

Hi, How do I automate this process:

  1. Send new response row from GoogleFormSheets to ChatGPT, with a prompt describing how to process data. 
  2. Send response that is generated by ChatGPT to PDF format. PDF page should be formatted in my predefined way (logo, footnote...).
  3. Send PDF as a attachment from my Gmail to an email adress received in a form. Mail should include my predefined, nonpersonalized text content.

Thank you for any support!

Kuba

Hi @Kuba.1,

 

Welcome to the Community.

 

You can automate generating and sending PDFs based on Google Form responses using Google Apps Script, Zapier, and a PDF generation service. First, set up a trigger in Google Apps Script to initiate a function whenever a new form response is submitted, which then sends the response to ChatGPT via the OpenAI API. After receiving the ChatGPT response, use a PDF generation service like PDFMonkey or DocSpring to create a PDF. Finally, use Google Apps Script to email the PDF as an attachment to the email address in the form response. While this is a high-level overview, detailed coding and setup will be necessary for implementation.


Hi @Kuba.1!

Just wanted to check in here to see how things are progressing. Did Jammer’s reply help to get you pointed in the right direction?

Happy to lend a hand if you’d like any further help on this, just let us know! 🙂


Reply