get_email_history
Retrieve paginated email history from EmailJS. Authenticate with public and private keys to access records of sent emails.
Instructions
Retrieve the history of emails sent via EmailJS. Requires EMAILJS_PUBLIC_KEY and EMAILJS_PRIVATE_KEY (accessToken) for authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| count | No | Number of records per page, max 100 (default: 20) | |
| user_id | No | EmailJS public key. Overrides EMAILJS_PUBLIC_KEY env var. | |
| accessToken | No | EmailJS private key. Overrides EMAILJS_PRIVATE_KEY env var. |