workflows.fit
Back to n8n workflows
n8n templateFreeBy Yaron Been

Generate and auto-evaluate Facebook ad headlines using GPT-4o-mini

Generate and Auto-Evaluate Facebook Ad Headlines using GPT-4o-mini Built with n8n + OpenAI This workflow captures a product description, generates ad headlines, evaluates them with custom criteria, decides whether ano...

CommunicationHITLAILangchainCore NodesGmailForm TriggerSet
Loading interactive preview...

Template notes

Generate and Auto-Evaluate Facebook Ad Headlines using GPT-4o-mini

Built with n8n + OpenAI

This workflow captures a product description, generates ad headlines, evaluates them with custom criteria, decides whether another draft is needed, and finally sends the best version via Gmail.

---

⚑ Section 1: Capture the Brief & Build the Prompt

πŸ“ FormTrigger\CopywritingBrief β†’ A simple form asks: β€œWhat is your product about?” βš™οΈ Set\PromptForHeadline β†’ Prepares the input by appending the instruction: β€œWrite a Facebook ad headline for this product:”

Benefit: Ensures consistent, structured prompts so the AI receives clear context every time.

---