Email Notifications

Send real emails through voice - powered by Resend integration

@ Real Delivery

Powered by Resend, emails are actually sent - not just logged. Visitors get confirmation, you get notified.

* Lead Capture

Every email inquiry is also saved to your leads database for CRM integration and follow-up tracking.

! Webhook Triggers

Each sent email fires an email_sent webhook event, enabling Slack notifications, CRM sync, and more.

~ Configurable

Customize the "from" email, subject line templates, and recipient per tool in the admin panel.

Try It Now

Click the voice button and ask to send an email or get in touch. The AI will collect your information and send a real notification email.

"I'd like to get in touch" "Can you email me?" "Send a message to your team" "Request a callback"

What Happens

1 AI collects your name, email, and message
2 Email is sent via Resend to the configured recipient
3 Contact info is saved to leads database
4 email_sent webhook is triggered
5 AI confirms the message was delivered

Tool Configuration

Here's how the send_email tool is configured in the admin panel:

// Tool: send_notification_email
{
  "actionType": "send_email",
  "actionConfig": {
    "subject": "New inquiry from {name}",
    "to": "notifications@yoursite.com"
  },
  "parameters": {
    "name": { "type": "string" },
    "email": { "type": "string" },
    "message": { "type": "string" }
  }
}