webmail

Send an email based on the given compose session.

post/api/v2/webmail/compose-sessions/{id}/send/

Path parameters

idstring required

Request body

senderstring email required
subjectstring
bodystring
tostring[] required
ccstring[]
bccstring[]
in_reply_tostring
scheduled_datetimestring date-time

Response

senderstring email required
subjectstring
bodystring
tostring[] required
ccstring[]
bccstring[]
in_reply_tostring
scheduled_datetimestring date-time

Changes