ResendTools enable an Agent to send emails using ResendDocumentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
The following example requires theresend library and an API key from Resend.
Example
The following agent will send an email using Resendcookbook/tools/resend_tools.py
Toolkit Params
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | str | - | API key for authentication purposes. |
from_email | str | - | The email address used as the sender in email communications. |
Toolkit Functions
| Function | Description |
|---|---|
send_email | Send an email using the Resend API. |