Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DefaultMessage

import type { DefaultMessage } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the default message for all channels.

interface DefaultMessage {
Body?: string | null;
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null;
}

§Properties

§
Body?: string | null
[src]

The default body of the message.

§
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

The default message variables to use in the message. You can override these default variables with individual address variables.