Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a draft message identified by the specified draft message ID.

Request path

GET [REST URL]draftmessage/get

Query Parameters

Parameter

Type

Description

draftMessageId

Long

-

Response Body Type

DraftMessageSummary

Example response

{
    "id": 18060600,
    "name": "Test",
    "externalId": null,
    "messageCategoryId": null,
    "message": {
        "subject": "Test",
        "emailBodyText": null,
        "emailBodyHtml": "<html><body>Test</body></html>",
        "smsText": null,
        "faxText": null,
        "emailHeaders": [],
        "attachments": [],
        "attachmentReferences": null,
        "encoding": "ISO-8859-1",
        "encodingSMS": "ISO-8859-1",
        "imageHandlingMode": "none"
    }
}
  • No labels