Add metadata attributes of one agent
A set of agent metadata attributes
The agent id in question
256[a-zA-Z0-9\-\_]+"agent158"
An event id used to track the submission; if none is provided, service will generate one
256[a-zA-Z0-9\-\_]+"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[a-zA-Z0-9\-\_]+"1038"
The descriptive name of the line of business
256"manufacturing"
The group id of which the agent belong to
256[a-zA-Z0-9\-\_]+"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[a-zA-Z0-9\-\_]+"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
16[a-zA-Z0-9\-]+["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[a-zA-Z0-9\-\_]+"Tier-2-Escalation"
The levels of mapping that an agent have access to make changes to customer accounts
256[a-zA-Z0-9\-\_]+"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[a-zA-Z0-9\-\_]+"Booking-Manager"
The agent's role
256[a-zA-Z0-9\-\_]+"booking"
The hours or shift name they work
256[a-zA-Z0-9\-\_]+"afternoon"
The agent's email address
"jdoe@example.com"
A map of key-value pairs for extra metadata attributes
10[
{
"name": "attr1_name",
"value": "attr1_value"
},
{
"name": "attr2_name",
"value": "attr2_value"
}
]200 - Success Submit a single item to the service to be ingested. Record can be traced back to the submitted record by the eventId. A message sent status will be returned with no error message for successful input checks.
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"
}