Email for customer support agents

Most support conversations still happen over email. A support agent with a real inbox answers where your customers already are: no new channel, no chat widget, no ticket portal.

01

Customer writes in

Mail to support@agents.yourcompany.com lands in the agent inbox in seconds.

02

Agent reads and replies

read_message returns the full thread; the reply stays in the same conversation.

03

Waits for the answer

wait_for_reply blocks until the customer responds, so multi-turn conversations just work.

04

You supervise

Every message appears in your dashboard, and you can take over any thread yourself.

What a send looks like

Replies to existing threads are never throttled. New outreach is quota-gated and can require human approval, so your agent stays useful without becoming a spam risk.

send_email
send_email {
  to: ["anna@customer.com"],
  subject: "Re: Refund for order 4012",
  body: "Hi Anna, your refund was issued today and should arrive within 3 business days."
}