Skip to main content
Home

@upyo/plunk@0.3.1
Built and signed on GitHub Actions

Plunk transport for Upyo email library

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 weeks ago (0.3.1)
interface PlunkResponse

Response from Plunk API for sending messages.

Properties

readonly
success: boolean

Indicates whether the API call was successful.

readonly
emails: readonly { readonly contact: { readonly id: string; readonly email: string; }; readonly email: string; }[]

Array of sent email details.

Timestamp of the send operation.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@upyo/plunk

Import symbol

import { type PlunkResponse } from "@upyo/plunk";
or

Import directly with a jsr specifier

import { type PlunkResponse } from "jsr:@upyo/plunk";

Add Package

pnpm i jsr:@upyo/plunk
or (using pnpm 10.8 or older)
pnpm dlx jsr add @upyo/plunk

Import symbol

import { type PlunkResponse } from "@upyo/plunk";

Add Package

yarn add jsr:@upyo/plunk
or (using Yarn 4.8 or older)
yarn dlx jsr add @upyo/plunk

Import symbol

import { type PlunkResponse } from "@upyo/plunk";

Add Package

vlt install jsr:@upyo/plunk

Import symbol

import { type PlunkResponse } from "@upyo/plunk";

Add Package

npx jsr add @upyo/plunk

Import symbol

import { type PlunkResponse } from "@upyo/plunk";

Add Package

bunx jsr add @upyo/plunk

Import symbol

import { type PlunkResponse } from "@upyo/plunk";