Edit draftCopy Pagepatch https://api2.frontapp.com/drafts/{message_id}/Edit a draft message. Required scope: drafts:writePath Paramsmessage_idstringrequiredDefaults to msg_123The draft IDBody Paramsauthor_idstringID of the teammate on behalf of whom the draft will be created. Alternatively, you can supply the author ID as a resource alias. If omitted, will post as the API Token or Application making the request.toarray of stringsList of recipient handles who will receive the message once the draft is senttoADD stringccarray of stringsList of recipient handles who will receive a copy of the message once the draft is sentccADD stringbccarray of stringsList of the recipient handles who will receive a blind copy of the message once the draft is sentbccADD stringsubjectstringSubject of the draft.bodystringrequiredBody of the draftquote_bodystringBody for the quote that the message is referencing. Only available on email channels.attachmentsarray of filesBinary data of attached files. Must use Content-Type: multipart/form-data if specified. See example or read more about Attachments. Max 25 MB.attachmentsADD filemodestringenumDefaults to privateMode of the draft to update. Can only be 'shared' (draft is visible to all teammates with access to the conversation).privatesharedAllowed:privatesharedsignature_idstringID of the signature to attach to this draft. If null, no signature is attached.should_add_default_signaturebooleanWhether or not Front should try to resolve a signature for the message. Is ignored if signature_id is included. Default false;truefalsechannel_idstringrequiredID of the channel from which the draft will be sent. Alternatively, you can supply the channel address as a resource alias.versionstringVersion of the draftResponse 200A messageUpdated 3 months ago