The forwardmailbox 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 the Manage messages page.
URI: webapp-api-mq-myqueue?api=forwardmailbox
This endpoint doesn’t have any payload
Name |
Type |
Description |
---|---|---|
mailboxes |
Array |
This has a list of saved mailboxes. |
mailboxes[].id |
String |
This returns the id of interaction. |
mailboxes[].name |
String |
This represents the name of the property. |
mailboxes[].replyTo |
String |
Email address of mailbox. |
mailboxes[].segmentID |
String |
This has the value of the segment id in which interaction belongs to. |
mailboxes[].segmentName |
String |
This has the value of the segment name in which interaction belongs to. |
{ |