Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Coach Onboarding & Training Automation Setup Guide Prerequisites n8n instance (self hosted or cloud) Google Sheets account Twilio account with SMS enabled phone number Setup Steps 1. Configure Sett...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.twilio, n8n-nodes-base.wait, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ronnie Craig.
Original n8n.io sourceUpdate the "Configuration Settings" node with:
GOOGLE_SHEET_ID: Your Google Sheets ID from the URLTWILIO_PHONE_NUMBER: Your Twilio number (format: +1XXXXXXXXXX)BUSINESS_NAME: Your company nameTRAINING_PROGRAM_NAME: Your program nameMAIN_PRODUCT_NAME: Your main product/serviceCreate a new Google Sheet with 2 tabs:
Sheet1 (Coaches) - Column headers:
Name | Phone | Email | Goals | Status | Start Date | Current Day | Last Contact
Sheet2 (Training Content) - Column headers:
Day | Topic | Message | Audio_URL
Add your 30-day training content to Sheet2 (rows 1-30).
Google Sheets OAuth2 API:
Twilio API:
Registration Webhook: /webhook/coach-registration
Response Webhook: /webhook/coach-response
Enable the workflow and test with sample data.
Test registration:
curl -X POST https://your-n8n-url/webhook/coach-registration \
-H "Content-Type: application/json" \
-d '{"name":"Test Coach","phone":"5551234567","email":"[email protected]","goals":"Test goals"}'
Troubleshooting
SMS not sending:
Verify Twilio credentials
Check phone number format (+1XXXXXXXXXX)
Confirm Twilio account has balance
Google Sheets errors:
Verify OAuth permissions
Check column names match exactly
Ensure Sheet ID is correct
Daily automation not running:
Check cron schedule is active
Verify timezone settings
Confirm coaches have "active" status
### 3. **description.md** - Marketplace Description
(Use the marketplace description from artifact #2, or create a shorter version):
```markdown
# Coach Onboarding & Training Automation
Automate coaching business onboarding with SMS-based 30-day training programs.
## Features
- Automated coach registration via webhook
- Daily training SMS delivery (9 AM)
- Smart keyword auto-responses
- Progress tracking in Google Sheets
- Weekly motivation messages
- Audio lesson support
- SMS compliance (STOP handling)
## Use Cases
- Business coaches scaling onboarding
- Sales trainers automating team development
- Course creators with SMS follow-up
- Network marketing team training
## Requirements
- Google Sheets account
- Twilio account with SMS number
4. OPTIONAL: Screenshots
If possible, include:
Workflow overview screenshot
Sample Google Sheets structure
Example SMS messages received
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate 30-day coach training with SMS, Twilio & Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 36 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Ronnie Craig |
| Published | 18 Sept 2025 |
Use the JSON export at /data/workflows/8723/8723.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Coach Onboarding & Training Automation Setup Guide Prerequisites n8n instance (self hosted or cloud) Google Sheets account Twilio account with SMS enabled phone number Setup Steps 1. Configure Sett...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.