π·οΈManage Tags
Add Tags to Chatlog
Endpoint
POST https://app.wonderchat.io/api/v1/add-tags-to-chatlogRequest Parameters
Parameter
Type
Required
Description
Example Request
curl --location --request POST 'https://app.wonderchat.io/api/v1/add-tags-to-chatlog' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "YOUR_API_KEY",
"chatlogId": "YOUR_CHATLOG_ID",
"tags": ["Support", "Billing", "Priority"]
}'Delete Tags from Chatlog
Endpoint
Request Parameters
Parameter
Type
Required
Description
Example Request
Tag Best Practices
Recommended Tag Categories
Last updated
Was this helpful?