Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Messaging#createSms

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Messaging.prototype.createSms
Re-export
import { Messaging } from "https://deno.land/x/appwrite@12.1.0/mod.ts";

Create SMS

Create a new SMS message.

Parameters

messageId: string
content: string
optional
topics: string[]
optional
users: string[]
optional
targets: string[]
optional
draft: boolean
optional
scheduledAt: string