send_onboarding_email
Send onboarding emails with welcome, day7 nudge, or trial-end variants to guide users through setup and encourage upgrades.
Instructions
Send an onboarding email to a specific address.
Variants: welcome → "Here's how easy setup is", sent on email capture day7 → Nudge for users who haven't connected a provider yet trial_end → Trial expiring in N days, soft upgrade prompt
Args: to_email: Recipient email address variant: "welcome", "day7", or "trial_end" days_left: For trial_end variant, days until trial expires
Examples: - "Send the welcome email to john@example.com" - "Send a day 7 nudge to user@company.com" - "Send the trial ending email to someone@corp.com with 3 days left"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | welcome | |
| to_email | Yes | ||
| days_left | No |