AI automation workflows with n8n
This repository contains automation workflows and resources for leveraging AI in business processes using n8n. The workflows are designed to streamline content creation and other repetitive tasks, integrating AI models and external services.
linkedinContentCreator/
LinkedIn_Content_Creator_WorkFlow.json
: n8n workflow for automating LinkedIn content creation.PromptTemplate.md
: Templates and examples for AI prompt engineering.WorkflowCreationGuide.md
: Step-by-step guide for creating and customizing workflows.
-
Clone the repository:
git clone https://github.com/Joblyn/AI-automation.git cd AI-automation
-
Import Workflows into n8n:
- Open your n8n instance.
- Import the
.json
workflow files from thelinkedinContentCreator
folder.
-
Configure Environment:
- Set up required API keys and environment variables in n8n as needed by the workflows.
- Use the provided workflow files to automate LinkedIn content creation or as templates for your own automation needs.
- Refer to
PromptTemplate.md
for crafting effective AI prompts. - Follow
WorkflowCreationGuide.md
for instructions on customizing and deploying workflows.