Save the caller's outbound send draft
Creates a new caller-owned draft for the selected send-capable 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
Send-capable session id this draft belongs to. A caller can create multiple drafts for the same session.
Internal group ids from /v2/groups that are present in the selected 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.
10Response
Draft saved.
Clerk user id that owns this draft. Only this actor can read or delete it.