AI Lead Magnet Make
This Make.com scenario is designed to create a custom workout plan for a fitness coaching business lead. It connects to various Google services, including Google Forms, Google Drive, and Google Slides, to gather information about the lead's health status, goals, and preferences, and then uses the OpenAI GPT-3 language model to generate a personalized workout plan.
The scenario is named "Integration Google Forms, OpenAI (ChatGPT, Whisper, DALL-E), Google Slides, Google Drive, Email".
Flow Item 1: Google Forms - Watch Responses This module watches for new responses to a Google Form with the ID "1N5qG6ddihMvFHQeIzL1Lcrf3eHnmIE-cqwa7a5P0hAs". It retrieves the respondent's email, the time the response was created and last submitted, and the answers to various questions about the lead's name, current health status, goals, and preferences.
Flow Item 2: OpenAI GPT-3 - Create Completion This module uses the OpenAI GPT-3 language model to generate a custom workout plan based on the information gathered from the Google Form. It takes the lead's name, current health status, goals, and preferences as input and generates a personalized workout plan, including some exercise ideas, in a response of up to 500 tokens.
Flow Item 3: Google Drive - Make API Call This module exports the generated workout plan as a PDF file and saves it to the user's Google Drive. It uses the file ID from the previous step to export the file and specifies the MIME type as "application/pdf".
Flow Item 4: Google Drive - Make API Call This module creates a new Google Slides presentation in the user's Google Drive with the title "Workout Plan". It then populates the presentation with the lead's name and the generated workout plan.
Flow Item 5: Google Mail - Send Email This module sends an email to the lead with the subject "Your Custom Workout Plan" and attaches the generated workout plan PDF. The email includes a personalized message that references the lead's name and includes a line of inspiration.
Overall, this Make.com scenario automates the process of creating a custom workout plan for a fitness coaching business lead, leveraging various Google and OpenAI services to gather information, generate the plan, and deliver it to the lead.