Build faceless video briefs from webhook requests for Faceless Reels
Quick overview This workflow receives a webhook POST request with a video topic and optional creative parameters, validates and normalizes the inputs, and returns a structured faceless-video production brief plus a copy-ready prompt and links for continuing production on faceless-reels.io.
How it works Receives a POST webhook request containing a required topic and optional fields like audience, platform, duration, tone, language, objective, and call to action. Normalizes the incoming payload by applying defaults for any missing fields and setting configuration values like the maximum topic length and Faceless Reels URLs. Validates that the topic is present and within the maximum length, and standardizes the requested duration to either 30 or 60 seconds. Builds a production brief with a recommended beat structure, scene-count guidance, creative constraints, and a copy-ready prompt for generating a faceless vertical video. Responds with HTTP 200 and the completed brief for valid requests, or HTTP 400 with readable validation errors and an example request for invalid payloads.
Setup Activate the workflow and copy the generated webhook URL for the faceless-video-brief-builder endpoint. Configure your source system (or a tool like curl/Postman) to send a JSON POST request to the webhook URL with at least a topic field. Optionally adjust the default values (platform, tone, call to action, max topic length, and Faceless Reels URLs) before using it in production.
Related Templates
AI Weather Forecasts with MCP Integration
Real-time Weather Forecasts with MCP Tools This n8n workflow demonstrates how to integrate real-time weather intelligen...
Google Sheets UI for n8n Workflow
Google Sheets UI for Workflow Control This n8n template provides a practical and efficient way to manage your n8n workf...
Demo Workflow - How to use workflowStaticData()
This workflow demonstrates how to use the workflowStaticData() function to set any type of variable that will persist wi...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments