Reclassify
    • Dark
      Light

    Reclassify

    • Dark
      Light

    Article summary

    Overview

    If the Agent does not reach the customer, this API helps reclassify the call as Answering Machine, Fax/Modem, Busy, Invalid Number, and so on. This option is available after you accept the Direct Preview call; it remains for the duration of the call. This is also available while the agent is in the Wrap-up state. An agent can reclassify a call many times.

    Pre-requisite

    Agents can act only on their own Dialog object.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    Cisco

    topic

    OutboundCall

    subtopic

    RECLASSIFY

    source

    «app-name-broadcasting-this-message»

    data

    «JSON Object»

    Data Parameters

    Parameter

    Data Type

    Description

    Sample Value

    CallID

    String

    The ID of the dialog.

    2130707678

    value

    String

    Name of the call variable. Possible values: VOICE, FAX, ANS_MACHINE, INVALID, DO_NOT_CALL, or BUSY

    FAX

    extn

    String

    The extension of the agent making the request.

    5025

    Sample Request

    {
        "channel": "Cisco",
        "topic": "Agent",
        "subtopic": "RECLASSIFY",
        "data": 
        {
            "callID": "2130707678",
            "value": "FAX",
            "extn": "5063"
        }
    }

    Sample Response

    No sample response


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.