Welcome to the Make community!
Yes, that is possible. You’ll need a minimum of just two modules:
Module Export - quick import into your scenario
You can copy and paste this module export into your scenario. This will import the modules (with fields/settings/filters) shown in my screenshots above.
-
Move your mouse over the line of code below. Copy the JSON by clicking the copy button on the right of the code, which looks like this:
-
Enter your scenario editor. Press ESC to close any dialogs. Press CTRLV (paste keyboard shortcut for Windows) to paste directly in the editor.
-
Click on each imported module and re-save it for validation. There may be some errors prompting you to remap some variables and connections.
JSON module export — paste this directly in your scenario
{"subflows":[{"flow":[{"id":8,"module":"openai-gpt-3:CreateCompletion","version":1,"parameters":{"__IMTCONN__":107818},"mapper":{"model":"gpt-4o-mini","top_p":"1","select":"chat","messages":[{"role":"user","content":"Act as Tony Robbins, the world-renowned life coach, and write a short, motivational email (150-200 words) in my bold, energetic style. Address the recipient as \"Hey, Brian, you unstoppable force!\" Ask them two questions: \"What did you do yesterday to move closer to mastering Make.com?\" and \"What will you do today to unleash your automation potential with Make.com?\" Infuse the message with high-energy encouragement, pushing them to take massive action and own their journey to automation mastery. Keep it punchy, positive, and direct—no fluff!\n\nReturn as a JSON object using these exact keys:\n\n{\n \"email_subject\": \"\",\n \"email_html\": \"\"\n}","imageDetail":"auto"}],"max_tokens":"500","temperature":"1","n_completions":"1","response_format":"json_object","parseJSONResponse":true},"metadata":{"designer":{"x":12,"y":0,"name":"OpenAI"},"parameters":[{"name":"__IMTCONN__","type":"account:openai-gpt-3","label":"Connection","required":true}],"advanced":true}},{"id":4,"module":"google-email:ActionSendEmail","version":2,"parameters":{"account":94797},"mapper":{"cc":[],"to":["bdoherty.cz@gmail.com"],"bcc":[],"from":"","html":"{{8.result.email_html}}","subject":"{{8.result.email_subject}}","attachments":[]},"metadata":{"designer":{"x":254,"y":-2},"parameters":[{"name":"account","type":"account:google-restricted","label":"Connection","required":true}]}}]}],"metadata":{"version":1}}
Note: Did you know you can reduce the size of blueprints and module export code like the above, using the Make Blueprint Scrubber?
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.