The autosave API is used to display mailbox lists in the Forward Action menu.
UI Reference: The API is called when the Forward button is clicked on any interaction.
URI: webapp-api-mq-myqueue?api=autosave
Name |
Type |
Description |
---|---|---|
answer |
Object |
Object with all email details. |
answer[].isMassUpdate |
Boolean |
This represents whether the interaction can used for mass update or not. |
answer[].threadProperties |
Array |
All property lists which are included in interaction. |
answer[].threadProperties[].propertyID |
String |
Id of property. |
answer[].threadProperties.propertyName |
String |
Name of property. |
answer[].threadProperties[].values |
Array |
All values sets to this property |
answer[].subject |
String |
This parameter represents the subject of email. |
answer[].bodyHtml |
String |
This parameter represents the body of email with html format. |
answer[].note |
String |
This represents the private comment of an interaction. |
answer[].attachments |
Array |
This parameter represents all attachments uploaded on this interaction. |
interactionID |
String |
ID of interaction. |
interactionIDs |
Array |
This contains multiple interaction IDs when mass update performed. |
__TZO__ |
String |
This describes the Time Zone Offset. |
_pageAction |
String |
This parameter represents the action of the page. |
_pageName |
String |
This parameter represents the name of the page from action initiated. |
{ |
Name |
Type |
Description |
---|---|---|
errors |
Array |
This represents the list of errors. |
errorsDetails |
Array |
This represents the list of error details. |
{ |