Get Dialable Countries
    • Dark
      Light

    Get Dialable Countries

    • Dark
      Light

    Article summary

    This API allows users to fetch dialable countries configured for the Agent in Amazon Connect.

    Pre-requisite

    The agent must be in the Logged in state.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    Amazon

    topic

    Agent

    subtopic

    GetDialableCountries

    source

    <<app-name-broadcasting-this-message>>

    Response Parameters

    Value

    channel

    Amazon

    topic

    Agent

    subtopic

    GetDialableCountries

    message

    JSON Object

    Message Parameters

    Parameters

    Data Type

    Description

    Example Data

    code

    String

    Country Code.

    us

    isdCode

    String

    ISD Code.

    1

    name

    String

    Country Name.

    United States

    Sample Request

    {
        "channel": "Amazon",
        "topic": "Agent",
        "subtopic": "GetDialableCountries",
        "source": "myapp"
    }

    Sample Response

    {
        "channel": "Amazon",
        "topic": "Agent",
        "subtopic": "GetDialableCountries",
        "message": [
            {
                "code": "sg",
                "isdCode": "65",
                "name": "Singapore"
            },
            {
                "code": "us",
                "isdCode": "1",
                "name": "United States"
            },
            {
                "code": "pr",
                "isdCode": "1-787",
                "name": "Puerto Rico"
            }
        ]
    }


    Was this article helpful?

    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.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence