Update Draft
Inbox
Update Draft
Partially updates an existing draft. Only the provided fields will be updated.
PATCH
Update Draft
The
draftOwner query parameter is required and identifies the draft owner. It accepts either:- A userId (e.g.,
usr_abc123def456789) — used directly - A login email (e.g.,
john@acme.com) — resolved to userId via email lookup
contactOwner in the Lead API. Team membership is verified in both cases.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Draft owner identifier. Accepts either a userId (e.g., usr_abc123def456789) or a login email (e.g., john@acme.com).
Body
application/json
Response
Success