@sendmux/mailbox
v1.0.0
Published
Generated TypeScript client for the Sendmux Mailbox API.
Downloads
299
Readme
@sendmux/mailbox
Generated TypeScript client for the Sendmux Mailbox API.
Install:
npm install @sendmux/mailboxExample:
import {
createMailboxClient,
mailboxListMessages,
} from "@sendmux/mailbox";
const client = createMailboxClient({
apiKey: process.env.SENDMUX_MAILBOX_API_KEY!,
});
const messages = await mailboxListMessages({
client,
query: { limit: 50 },
});Use an smx_mbx_* API key.
