generate_email_from_url
Scrape any public URL to automatically generate an email draft with subject, preview, and HTML body.
Instructions
Scrape a URL (e.g. a launch blog post or product page) and generate an email draft from its content. Returns subject, preview text, and HTML body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL to scrape and turn into an email | |
| apiKey | No | Send16 API key (overrides SEND16_API_KEY env var) | |
| instructions | No | Additional guidance — e.g. 'announcement style, focus on the new feature' |