zendesk-messaging-client
    Preparing search index...

    Type Alias MessagePostWritable

    type MessagePostWritable = {
        author: AuthorWritable;
        content: ContentWritable & { type?: "messagePost" };
        destination?: Destination;
        metadata?: Metadata;
        override?: MessageOverride;
        schema?: string;
    }
    Index

    Properties

    The author of the message.

    content: ContentWritable & { type?: "messagePost" }

    The content of the message.

    destination?: Destination
    metadata?: Metadata
    override?: MessageOverride
    schema?: string

    When schema is set to "whatsapp", the content key is expected to conform to the native WhatsApp schema for sending message templates. For more details, consult the documentation for sending message templates on WhatsApp.