This repository contains improved n8n workflows for Nanny B's Bakery content generation.
- nannys_improved_workflow.json - Complete workflow with all improvements
- essential_improvements.json - Simplified workflow showing just the key improvements
- Added retry logic with exponential backoff to all API calls
- Extended timeouts for more reliable operation
- Improved JSON parsing and validation
- Moved API tokens to credentials instead of hardcoded values
- Added proper credential management for API access
- Added Telegram notifications for both success and failure
- Detailed error reporting for troubleshooting
- Start n8n:
n8n startin PowerShell - Open http://localhost:5678 in your browser
- Click "Workflows" in the left sidebar
- Click "Import" button at the top right
- Select the
nannys_improved_workflow.jsonfile - Review the workflow and save
If you prefer to modify your existing workflow:
- Open your existing workflow in n8n
- Look for the HTTP Request nodes that make API calls
- Add retry options (see
essential_improvements.json) - Add notification nodes for success and failure monitoring
You'll need to set up these credentials in n8n:
- Nanny Bakery API Token: HTTP Header Auth with your API token
- Telegram API (optional): For notifications
- Create HTTP Basic Auth credential named "Telegram API"
- Add your Telegram bot token and chat ID
- Connect to the notification nodes
- The workflow is set to run weekly on Mondays at 8:00 AM
- All improvements maintain the original workflow logic
- API error handling has been enhanced
For any questions or issues, please contact Daberto.