Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zie619/n8n-workflows
/ functions
Functions
246 in github.com/Zie619/n8n-workflows
⨍
Functions
246
◇
Types & classes
54
↳
Endpoints
54
↓ 1 callers
Function
get_workflow_category
Get category for workflow, preferring existing assignment over integration-based.
scripts/generate_search_index.py:118
↓ 1 callers
Method
handleSearch
()
docs/js/search.js:96
↓ 1 callers
Method
handle_webhook
Handle incoming webhook.
src/integration_hub.py:235
↓ 1 callers
Method
hideNoResults
()
docs/js/search.js:369
↓ 1 callers
Method
increment_download
Increment download count for a workflow
src/community_features.py:251
↓ 1 callers
Method
increment_view
Increment view count for a workflow
src/community_features.py:226
↓ 1 callers
Function
indexWorkflows
(force = false)
src/index-workflows.js:11
↓ 1 callers
Method
init
()
docs/js/search.js:29
↓ 1 callers
Method
init
()
docs/js/app.js:11
↓ 1 callers
Method
initDatabase
()
src/database.js:33
↓ 1 callers
Method
init_community_tables
Initialize community feature database tables
src/community_features.py:48
↓ 1 callers
Method
init_database
Initialize SQLite database with optimized schema and indexes.
workflow_db.py:27
↓ 1 callers
Method
init_database
Initialize user database.
src/user_management.py:69
↓ 1 callers
Function
initializeDatabase
()
src/init-db.js:7
↓ 1 callers
Method
loadSearchIndex
()
docs/js/search.js:42
↓ 1 callers
Function
load_existing_categories
Load existing categories from search_categories.json created by create_categories.py.
scripts/generate_search_index.py:98
↓ 1 callers
Function
main
Main entry point with command line arguments.
run.py:113
↓ 1 callers
Function
main
Command-line interface for workflow database.
workflow_db.py:795
↓ 1 callers
Function
main
()
src/index-workflows.js:52
↓ 1 callers
Function
main
Main function to update README statistics.
scripts/update_readme_stats.py:208
↓ 1 callers
Function
main
Main function to generate search index.
scripts/generate_search_index.py:251
↓ 1 callers
Function
main
Main function to update GitHub Pages deployment.
scripts/update_github_pages.py:261
↓ 1 callers
Method
openWorkflowDetails
(workflow)
docs/js/search.js:233
↓ 1 callers
Method
populateFilters
()
docs/js/search.js:76
↓ 1 callers
Function
printBanner
()
src/index-workflows.js:6
↓ 1 callers
Function
print_banner
Print application banner.
run.py:12
↓ 1 callers
Method
resolve_alert
Resolve an alert.
src/performance_monitor.py:273
↓ 1 callers
Function
run_server
Run the FastAPI server.
api_server.py:774
↓ 1 callers
Function
save_search_index
Save the search index to multiple formats for different uses.
scripts/generate_search_index.py:218
↓ 1 callers
Method
searchWorkflows
(query, filters = {})
docs/js/search.js:108
↓ 1 callers
Method
search_by_category
Search workflows by service category.
workflow_db.py:739
↓ 1 callers
Method
search_workflows_intelligent
Intelligent workflow search based on natural language query.
src/ai_assistant.py:37
↓ 1 callers
Method
setupAnalytics
()
docs/js/app.js:48
↓ 1 callers
Method
setupEventListeners
()
docs/js/search.js:55
↓ 1 callers
Method
setupKeyboardShortcuts
()
docs/js/app.js:26
↓ 1 callers
Method
setupServiceWorker
()
docs/js/app.js:74
↓ 1 callers
Method
setupThemeToggle
()
docs/js/app.js:18
↓ 1 callers
Function
setup_database
Setup and initialize the database.
run.py:56
↓ 1 callers
Function
setup_directories
Create necessary directories.
run.py:46
↓ 1 callers
Method
showError
(message)
docs/js/search.js:373
↓ 1 callers
Method
showFeaturedWorkflows
()
docs/js/search.js:145
↓ 1 callers
Method
showNoResults
()
docs/js/search.js:364
↓ 1 callers
Function
startServer
(port = 8000, host = '127.0.0.1')
src/server.js:318
↓ 1 callers
Method
start_monitoring
Start performance monitoring in background thread.
src/performance_monitor.py:52
↓ 1 callers
Function
start_server
Start the FastAPI server.
run.py:88
↓ 1 callers
Method
sync_with_discord
Send notification to Discord.
src/integration_hub.py:88
↓ 1 callers
Method
sync_with_github
Sync workflows with GitHub repository.
src/integration_hub.py:37
↓ 1 callers
Method
sync_with_notion
Sync workflows with Notion database.
src/integration_hub.py:160
↓ 1 callers
Method
sync_with_slack
Send notification to Slack.
src/integration_hub.py:65
↓ 1 callers
Function
test_sample_workflows
Test sample workflows to ensure they're working
test_workflows.py:11
↓ 1 callers
Method
updateResultsHeader
(query, filters)
docs/js/search.js:335
↓ 1 callers
Method
updateStats
()
docs/js/search.js:86
↓ 1 callers
Function
update_api_timestamp
Update timestamp in API JSON files.
scripts/update_github_pages.py:51
↓ 1 callers
Function
update_html_timestamp
Update the timestamp in the HTML file to current date.
scripts/update_github_pages.py:14
↓ 1 callers
Function
update_readme_stats
Update README.md with current statistics.
scripts/update_readme_stats.py:89
↓ 1 callers
Method
update_user
Update user data.
src/user_management.py:322
↓ 1 callers
Method
upsertWorkflow
(workflow)
src/database.js:357
↓ 1 callers
Function
verify_github_pages_structure
Verify that all necessary files exist for GitHub Pages deployment.
scripts/update_github_pages.py:183
↓ 1 callers
Method
verify_password
Verify password against hash.
src/user_management.py:159
↓ 1 callers
Method
verify_token
Verify JWT token and return user data.
src/user_management.py:251
Method
__init__
(self, db_path: str = None)
workflow_db.py:19
Method
__init__
(self, db_path: str = "workflows.db")
src/analytics_engine.py:26
Method
__init__
(self)
src/integration_hub.py:29
Method
__init__
(self, db_path: str = "workflows.db")
src/performance_monitor.py:44
Method
__init__
Initialize enhanced API
src/enhanced_api.py:53
Method
__init__
Initialize community features with database connection
src/community_features.py:43
Method
__init__
(self, db_path: str = "workflows.db")
src/ai_assistant.py:28
Method
__init__
(self, db_path: str = "users.db")
src/user_management.py:65
Method
_monitor_loop
Main monitoring loop.
src/performance_monitor.py:59
Method
advanced_workflow_search
Advanced workflow search with complex queries
src/enhanced_api.py:128
Function
chat_interface
Get the chat interface HTML.
src/ai_assistant.py:284
Function
chat_with_assistant
Chat with the AI assistant to discover workflows.
src/ai_assistant.py:257
Method
constructor
(dbPath = "database/workflows.db")
src/database.js:20
Method
constructor
()
docs/js/search.js:7
Method
constructor
()
docs/js/app.js:7
Method
convert_active
(cls, v)
api_server.py:175
Function
copyToClipboard
* Copy text to clipboard
docs/js/app.js:128
Method
create_collection
Create a workflow collection
src/community_features.py:339
Function
debounce
* Debounce function for search input
docs/js/app.js:113
Function
delete_user
Delete user (admin only).
src/user_management.py:496
Function
download_workflow
Download workflow JSON file with security validation.
api_server.py:371
Function
export_airtable
Export workflows to Airtable.
src/integration_hub.py:281
Function
formatNumber
* Format numbers with appropriate suffixes
docs/js/app.js:100
Function
get_alerts
Get current alerts.
src/performance_monitor.py:303
Function
get_all_users
Get all users (admin only).
src/user_management.py:454
Function
get_analytics_dashboard
Get analytics dashboard HTML.
src/analytics_engine.py:388
Function
get_analytics_overview
Get comprehensive analytics overview.
src/analytics_engine.py:351
Method
get_analytics_overview
Get analytics overview
src/enhanced_api.py:199
Function
get_auth_dashboard
Get authentication dashboard HTML.
src/user_management.py:506
Function
get_categories
Get available workflow categories for filtering.
api_server.py:630
Function
get_category_mappings
Get filename to category mappings for client-side filtering.
api_server.py:667
Function
get_current_metrics
Get current performance metrics.
src/performance_monitor.py:291
Function
get_current_user
Get current authenticated user.
src/user_management.py:388
Function
get_current_user_info
Get current user information.
src/user_management.py:448
Method
get_custom_analytics
Get custom analytics data
src/enhanced_api.py:209
Function
get_historical_metrics
Get historical performance metrics.
src/performance_monitor.py:297
Function
get_integration_dashboard
Get integration dashboard HTML.
src/integration_hub.py:325
Function
get_integration_status
Get status of all integrations.
src/integration_hub.py:315
Function
get_integrations
Get list of all unique integrations.
api_server.py:617
Function
get_monitoring_dashboard
Get performance monitoring dashboard HTML.
src/performance_monitor.py:333
← previous
next →
101–200 of 246, ranked by callers