Skip to content

Repository files navigation

Nanny B's Bakery - n8n Workflow Improvements

This repository contains improved n8n workflows for Nanny B's Bakery content generation.

Files Included

  1. nannys_improved_workflow.json - Complete workflow with all improvements
  2. essential_improvements.json - Simplified workflow showing just the key improvements

Key Improvements

Reliability Enhancements

  • Added retry logic with exponential backoff to all API calls
  • Extended timeouts for more reliable operation
  • Improved JSON parsing and validation

Security Improvements

  • Moved API tokens to credentials instead of hardcoded values
  • Added proper credential management for API access

Monitoring & Notifications

  • Added Telegram notifications for both success and failure
  • Detailed error reporting for troubleshooting

How to Import

Option 1: Import Complete Workflow

  1. Start n8n: n8n start in PowerShell
  2. Open http://localhost:5678 in your browser
  3. Click "Workflows" in the left sidebar
  4. Click "Import" button at the top right
  5. Select the nannys_improved_workflow.json file
  6. Review the workflow and save

Option 2: Apply Key Improvements Only

If you prefer to modify your existing workflow:

  1. Open your existing workflow in n8n
  2. Look for the HTTP Request nodes that make API calls
  3. Add retry options (see essential_improvements.json)
  4. Add notification nodes for success and failure monitoring

Credential Setup

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

Setting Up Telegram Notifications

  1. Create HTTP Basic Auth credential named "Telegram API"
  2. Add your Telegram bot token and chat ID
  3. Connect to the notification nodes

Notes

  • 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.

About

File sharing repository for Daberto, my Moltbot assistant

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors