Skip to main content
Skip table of contents

WrapUp Message

When an agent wants to tag full or portions of a conversation by attaching admin-defined categories (from the UI) to it, Wrap Up message API is used.

PropertyDesc.
type - String - Requiredvalue = "WRAPUP"
wrapups- Array - Required

more than one category can be attached.

Parameters:

  • categoryName - Required - category as selected by the agent
  • value - Required - any value as specified by the agent
markdownText - String - Optionalcontains custom plain text sent by end user.
note - String - OptionalAdditional details as added by the agent.
CODE
{
        "markdownText": " ",
            "type": "WRAPUP",
            "wrapups": [
            {
                "categoryName": "Category1",
                "value": "internet disconnectivity"
            },
            {
                "categoryName": "Category2",
                "value": "plan upgradation"
            }
           ],
        "note": "optional"

}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.