Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.
Send 3-email welcome sequence (Nick, Peter, Sam) when a new client signs.
./scripts/welcome_client_emails.py - Send welcome sequencepython3 ./scripts/welcome_client_emails.py \
--client_name "John Doe" \
--client_email "[email protected]" \
--company "Acme Corp"
Each email is personalized with client details and sent from different team members to establish relationships.
| Name | Type | Required | Description |
|---|---|---|---|
client_name | string | Yes | Client full name |
client_email | string | Yes | Client email address |
company | string | Yes | Client company name |
| Name | Type | Description |
|---|---|---|
emails_sent | integer | Number of welcome emails sent (3) |
| Name | Source |
|---|---|
credentials.json | file |
Skills that chain well with this one: onboarding-kickoff, create-proposal
Free (Gmail API)