# Bulk tag conversation Initiate bulk tag of a conversation and process it asynchronously. If a tag with corresponding name does not exist it will be created. Endpoint: POST /beta/conversations/{conversationId}/tags/bulk Version: beta Security: ApiKeyAuth ## Path parameters: - `conversationId` (integer, required) ## Request fields (application/json): - `data` (array) - `data.name` (string, required) ## Response 400 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required) ## Response 202 fields