Add an agent metadata
Add metadata attributes of one agent
Body
A set of agent metadata attributes
The agent id in question
256
"agent158"
An event id used to track the submission; if none is provided, service will generate one
256
"eventId-158"
The date and time when the agent is hired in ISO-8601
"2022-07-08T11:15:53.237517000Z"
The line of business id
256
"1038"
The descriptive name of the line of business
256
"manufacturing"
The group id of which the agent belong to
256
"group5"
The descriptive name of the group
256
"XYZ"
The name of the agent
256
"Jane Doe"
The location (or address) of where the agent worked
256
"Northern-California"
The supervisor id of who the agent report to
256
"3080"
The name of the agent's supervisor
256
"Linda Lemon"
A list of agent's known language codes in ISO 639 e.g., English (United States) code = en-US
["en-us", "zh-hans-hk"]
The number of issues that an agent can take at a time
3
The category label that indicates the types of workflows an agent have access to or problems they solved
256
"Tier-2-Escalation"
The levels of mapping that an agent have access to make changes to customer accounts
256
"High-Profile"
Some numerical value indicating relative or absolute performance on a single scale
78
Vendor or BPO (Business Process Outsourcing) that the agent is part of
256
"Contracting"
The agent's job title
256
"Booking-Manager"
The agent's role
256
"booking"
The hours or shift name they work
256
"afternoon"
The agent's email address
"jdoe@example.com"
A map of key-value pairs for extra metadata attributes
A key-value pair of additional metadata attributes
[
{
"name": "attr1_name",
"value": "attr1_value"
},
{
"name": "attr2_name",
"value": "attr2_value"
}
]
Response
A response with the status of a sent message
{
"eventId": "5484e507-feaf-11ec-bfc1-fda566fa9333",
"error": "FAIL_BAD_PARAMS: ERROR: agent id cannot be blank"
}
Was this page helpful?