API Reference

Send a specific template message to a given phone number at a given time.

Log in to see full request history
Body Params

The payload to send with the template message. {
content: any,
scheduledDate: string in format ISO 8601: 2025-03-09T08:30:00.000Z ;
templateId: string(uuid),
contactIdentifier: string(uuid),
channel: string;
channelId?: string;
isSmart?: boolean;
fromPhoneNumber?: string;
}

string
Defaults to
string
required
string
required
string
required
string
required
string
boolean
string
Headers
string
required

API key needed to authorize the request

Response
201
Language
Click Try It! to start a request and see the response here!