Skip to main content
POST
Prepare a message for a person to approve and send

Authorizations

x-api-key
string
header
required

API key from Settings > API Keys or POST /v1/api-keys. Format f9_live_<32 hex chars> (live) or f9_test_<32 hex chars> (sandbox — no real sends, ever). Legacy wcrm_live_ / wcrm_test_ keys still authenticate but are no longer issued. Shown once at creation; only a hash is stored.

Body

application/json
channel
enum<string>
required
Available options:
sms,
email,
whatsapp
to
string
required

Phone number in international format, or an email address.

body
string
required
subject
string

Required for email.

from
string

Sending number or address; the workspace default when omitted.

object
string

With record_id, the record the message is about.

record_id
string<uuid>
note
string

A note for the approver.

Response

Draft created

success
enum<boolean>
Available options:
true
data
object
meta
object