Tutorials, protocol deep-dives, and product updates from the team.
Connect vendor email to purchase-order context, extract updates, follow up on missing information, and hold commitments for human approval.
Turn a completed voice call into an authenticated email follow-up, receive replies, preserve call context, and route commitments through approval.
Connect a recruiting agent to candidate email, ATS and calendar context, interview coordination, and human approval for high-impact messages.
Give a sales agent its own inbox, connect replies to CRM context, send personalized follow-ups, and add a human approval step for sensitive outreach.
Connect an AI agent to customer order email: look up order context, answer delivery questions, keep replies threaded, and hold refunds for human approval.
Wire a Google Agent Development Kit agent to a real email address. HMAC-verified webhooks, multi-turn memory across email replies via the conversation_id ↔ ADK session_id binding, ~30 lines of business logic. Full runnable example included.
Per-agent approval for outbound AI email. Flip one switch; the next time your agent tries to send, you get a notification with approve / reject buttons. Review in the dashboard, CLI, or straight from your inbox.
OpenClaw runs locally, so by default it has no public inbox. This tutorial wires it to a real email address via e2a — WebSocket delivery, no public URL, under 5 minutes.
A minimal walkthrough: give your Python agent an email address, send verified mail, receive replies via webhook or WebSocket, and thread the whole conversation.