Create an email draft
Email
Create an email draft
Creates a new outbound email discussion (stream) with a single draft entry, scoped to
your company. Returns the streamId and draftUuid needed to send via
POST /api/email/send.
Recipient fields (to, cc, bcc) accept an array of { value, label? } objects
where value is the email address.
POST
Create an email draft
Authorizations
Body
application/json
User to record as the draft creator/sender.
channel.meta.id of the outbound email channel.
Card to link the outbound to. When set, sending the draft logs the email as an activity on the card and tags the discussion with it.