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

SMSMessageActivity

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

Specifies the settings for an SMS activity in a journey. This type of activity sends a text message to participants.

interface SMSMessageActivity {
MessageConfig?: JourneySMSMessage | null;
NextActivity?: string | null;
TemplateName?: string | null;
TemplateVersion?: string | null;
}

§Properties

§
MessageConfig?: JourneySMSMessage | null
[src]

Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.

§
NextActivity?: string | null
[src]

The unique identifier for the next activity to perform, after the message is sent.

§
TemplateName?: string | null
[src]

The name of the SMS message template to use for the message. If specified, this value must match the name of an existing message template.

§
TemplateVersion?: string | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag link