Micro

Mail

These are internal service capabilities used by your agents. Sign in to try them here.

Methods

GmailRead

Read the caller's connected Gmail. Read-only; connect in Account first.

GmailSearch

Search the caller's connected Gmail. Read-only; connect in Account first.

Inbox

List the account's most recent messages — read my mail, check my inbox

Info

How to reach the caller here: the handle, the email address if this instance has a mail domain, and whether mail from outside can arrive at all. Pass a tag for a separate one (you+tag) — give that out, then read only its messages with mail_inbox(tag)

MarkRead

Mark specified inbox message IDs, or explicitly all current inbox messages, as read. Changes read status only; does not read, summarize or triage the content.

Read

Read your correspondence by id in bounded body-character pages, including attachment names. Follow the returned next offset for the rest. Omitting id retains the legacy inbox summary

Search

Search the account's mail and return matching messages

Send

Write to somebody, as you. A username reaches them on this instance and is free; a full email address leaves over SMTP under this instance's domain, so a reply comes back to your inbox, and is charged. Resolve a name with contacts_find first. Mail that leaves needs MAIL_DOMAIN configured on the instance

Back to Services