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

CampaignCustomMessage

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

Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.

interface CampaignCustomMessage {
Data?: string | null;
}

§Properties

§
Data?: string | null
[src]

The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.