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

JourneyCustomMessage

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

Specifies the message content for a custom channel message that's sent to participants in a journey.

interface JourneyCustomMessage {
Data?: string | null;
}

§Properties

§
Data?: string | null
[src]

The message content that's passed to an AWS Lambda function or to a web hook.