Conversation_categories

Conversation category related APIs

List Conversation Categories

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
get
/webapi/v2/conversation_categories
200

OK

Create Conversation Category

post
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
namestringRequired
Responses
post
/webapi/v2/conversation_categories
200

OK

Delete Conversation Category

delete
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
conversation_category_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
delete
/webapi/v2/conversation_categories/{conversation_category_id}
200

OK

No content

Last updated

Was this helpful?