Structured Metadata Generation for English and Chinese
detail.loadingPreview
This workflow automates the generation of structured metadata in both English and Chinese, leveraging Slack interactions and external API calls.
About This Workflow
This n8n workflow is designed to create structured metadata content, primarily for use in marketing or documentation contexts. It initiates via a Slack webhook, allowing users to interact with a modal to select or create folders and upload files. The workflow then processes these uploads and constructs a JSON output containing metadata in both English and Chinese, including title, summary, overview, features, use cases, how-to guides, category, and tags. The generated links to uploaded files are embedded within the metadata.
Key Features
- Slack Integration: Triggered by Slack events, allowing seamless user interaction.
- Modal UI: Utilizes Slack modals for user input and selection (folder creation/selection, file uploads).
- Dynamic Routing: Routes user actions based on Slack message types and modal selections.
- File Upload Processing: Handles multiple file uploads and generates URLs.
- Metadata Structuring: Organizes content into a predefined JSON structure for both English and Chinese.
- URL Generation: Creates accessible URLs for uploaded files, incorporating folder and file names.
- Multilingual Support: Generates distinct metadata for English ('en') and Chinese ('zh') locales.
- Error Handling: Includes basic conditional checks for successful uploads.
How To Use
- Trigger the Workflow: Interact with the associated Slack bot to initiate the workflow. This typically involves a command that opens a modal.
- Select Folder Option: Choose between creating a new folder or selecting an existing one via the modal.
- Provide Folder Name (if creating): Enter a name for the new folder.
- Select Existing Folder (if applicable): Use the external select menu to find and choose an existing folder.
- Upload Files: Utilize the file input to upload desired files (e.g., images, PDFs). Supported types include .jpg, .png, and .pdf.
- Submit: Complete the modal submission.
- Workflow Processing: The workflow will then process the uploaded files, construct the metadata JSON, and generate URLs for the uploaded assets.
- Output: The final output will be a JSON object containing the structured metadata in both English and Chinese, with links to the uploaded files.
Apps Used
Workflow JSON
{
"id": "fd1fa856-c9fc-4d13-95c6-6333bd45577b",
"name": "Structured Metadata Generation for English and Chinese",
"nodes": 16,
"category": "Content Generation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: fd1fa856-c9fc...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Related Workflows
Discover more workflows you might like
AI Content Generation and Multilingual Metadata for WordPress and Social Media
This workflow generates blog content, creates a featured image, and publishes it to WordPress, while also distributing it to social media platforms with multilingual metadata.
Automated News to Podcast Script Generation (EN/ZH)
Generates podcast scripts from BBC news articles, with potential for multilingual output and TTS integration.
Automated News-to-Blog Post Generation with Multilingual Metadata
This workflow automates the creation of SEO-optimized blog posts from news articles, including title, slug, and meta descriptions, with potential for multilingual content generation.