This repository contains a collection of automated workflows created using n8n, a powerful workflow automation tool. Each workflow is stored as a JSON file and can be imported into your n8n instance.
An intelligent voice agent workflow that:
- Handles webhook requests
- Integrates with OpenAI's GPT models
- Uses vector databases (Pinecone) for information retrieval
- Manages restaurant data and menu information
- Provides AI-powered responses through a webhook
.
├── README.md
├── ai-voice-agent.json
└── ... (more workflows to be added)
- n8n instance (self-hosted or cloud)
- Required API credentials:
- OpenAI API
- Google Sheets API
- Pinecone API
- Download the desired workflow JSON file
- In your n8n instance, go to Workflows
- Click on "Import from File"
- Select the downloaded JSON file
- Configure the required credentials
- Activate the workflow
Before using any workflow, ensure you have set up the necessary credentials in your n8n instance:
- OpenAI API credentials
- Google Sheets OAuth2 credentials
- Pinecone API credentials
- Any other workflow-specific credentials
Each workflow in this repository includes:
- A descriptive name
- JSON configuration file
- Required credentials
- Node configurations
- Connection details
Feel free to contribute by:
- Forking the repository
- Creating a new branch for your workflow
- Adding your workflow JSON file
- Creating a pull request
- Adding documentation for your workflow in this README
When adding new workflows, please follow this naming convention:
- Use lowercase letters
- Use hyphens to separate words
- Include a brief description of the workflow's purpose
- Example:
email-automation-workflow.json
- Always review and test workflows in a development environment before deploying to production
- Keep your API credentials secure and never commit them to the repository
- Regularly update your n8n instance to ensure compatibility
- Back up your workflows before making significant changes
This project is licensed under the MIT License - see the LICENSE file for details.
Note: This repository is actively maintained and new workflows will be added regularly. Check back often for updates and new automation solutions.