validate_config
Verify EmailJS service ID, user ID, and template ID by attempting a test call and pinpointing any invalid parameters.
Instructions
Validate EmailJS credentials and template ID by performing a test call. Returns a clear message indicating which part of the configuration is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | EmailJS template ID to validate | |
| service_id | No | EmailJS service ID. Overrides EMAILJS_SERVICE_ID env var. | |
| user_id | No | EmailJS public key. Overrides EMAILJS_PUBLIC_KEY env var. | |
| accessToken | No | EmailJS private key. Overrides EMAILJS_PRIVATE_KEY env var. |