Save the caller's outbound send draft
Creates a new caller-owned draft for the selected sending session. This endpoint never sends, schedules, or enqueues WhatsApp messages.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Sending session id this draft belongs to. A caller can create multiple drafts for the same sending session.
Internal group ids from /v2/groups that are present in the selected sending session. May be empty while composing.
100Draft text body, or image caption when media is present.
4096Already-uploaded image media URLs to keep with the draft. Multipart local files are not accepted by draft saves.
10{
"first_run_at_ms": 1777809600000,
"interval_ms": 3600000,
"max_occurrences": 3
}Response
Draft saved.
Clerk user id that owns this draft. Only this actor can read or delete it.
{
"first_run_at_ms": 1777809600000,
"interval_ms": 3600000,
"max_occurrences": 3
}