Scenario: I’m building an automation scenario in Make.com that involves OpenAI. Here’s the workflow I need help with:
- When a user shares a URL (which may include
<
and>
symbols) via Slack or webhook, I want OpenAI to automatically remove these unwanted characters. - After cleaning the URL, OpenAI should visit the URL, analyze the content (including both the title and body), and generate a concise summary.
- Based on this summary, OpenAI will then create an insightful Reddit post (300 words max) as if written by a knowledgeable NDZ Performance staff member with extensive experience in the firearms industry. The post should remain conversational, authentic, and informative—not promotional.
- Finally, I need the OpenAI module to output this content clearly formatted as a JSON object with keys
title
andpost
, enabling seamless submission to Reddit.
How do I:
- Set up the OpenAI completion module to effectively remove unwanted symbols (
<
,>
) from URLs? - Craft a robust and reliable prompt to ensure OpenAI consistently delivers natural-sounding, industry-specific summaries?
- Format the output reliably as JSON to simplify submission to Reddit?
Any suggestions on best practices, example prompts, or efficiency improvements would be greatly appreciated!