Quick Overview
This workflow collects a topic and content type from an n8n Form, generates three variations of the content in parallel using CometAPI-backed GPT, Claude, and Gemini models, then logs the outputs with a timestamp to Google Sheets.
How it works
- Triggers when a user submits the n8n Form with a Topic and Content Type.
- Formats the submitted fields into prompt variables used for content generation.
- Sends the same prompt to CometAPI three times in parallel to generate content with GPT, Anthropic Claude, and Google Gemini models.
- Merges the three model responses into a single item and maps each result into dedicated output fields.
- Appends a new row to Google Sheets containing the topic, content type, timestamp, and all three generated outputs.
Setup
- Publish the workflow and use the generated n8n Form URL to collect submissions.
- Add and select your CometAPI credentials for each CometAPI model node.
- Add your Google Sheets credentials and update the target spreadsheet and sheet where results are appended, ensuring the columns match the mapped fields (Timestamp, Topic, ContentType, and model result columns).