21713: Messaging Service Use Case is Invalid
MESSAGING
ERROR
This error occurs when you create or update a Messaging Service with a usecase value that isn't supported. Supported values for usecase are notifications, marketing, verification, discussion, poll, and undeclared.
- The request includes a
usecasevalue that isn't in the supported list. - The
usecasevalue is misspelled or uses different casing than the supported values shown in the API reference. - Your application sends an internal label or another category instead of a valid Messaging Service
usecasevalue.
- Update the request so
usecaseis exactly one of these values:notifications,marketing,verification,discussion,poll, orundeclared. - Check your request payload and normalize the
usecasevalue before you send it so it matches a supported value exactly. - If your traffic doesn't fit one of the named categories, use
undeclaredfor the Messaging Serviceusecase.