90101: Unique Name Already Exists
CONVERSATIONAL INTELLIGENCE
ERROR
This error occurs when you create or update a Conversation Intelligence (classic) Intelligence Service with a UniqueName that is already assigned to another Service. Twilio requires uniqueName when you create a Service, uses it as a unique and addressable name in addition to the Service sid, and lets you fetch a Service by its sid or unique_name.
- The
UniqueNamein your request already belongs to an existing Intelligence Service. - You tried to update a Service and set
uniqueNameto a value that is already assigned to another Service. - A previous create request already succeeded, and a retry submitted the same
UniqueNameagain.
- Use a different
UniqueNamewhen you create or update the Service. - Fetch the existing Service by
sidorunique_name, or fetch multiple Services, to confirm which name is already in use before retrying the request. - If you want to keep using the existing Service, update that Service instead of creating another one with the same
UniqueName. - If the existing Service is no longer needed, delete it and then retry the request.