You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "marketing" usecase value works. Removal of attribute usecase works. None of the other usecase values found in Twilio documentation work, i.e. "customer care", "2fa", "mixed", etc. Here is the thrown exception:
Usecase is invalid
122 | const res = await this._client.messaging.v1.services.create(options);| ^
The specific lines (303 - 306) can be found in the type definition file at twilio/lib/rest/messaging/v1/service.d.ts.
There is no Messaging ServiceInstance usecase GET covered in the API docs showing all supported values, although there is an affordance for US A2P Campaign usecase values here. Is this a disconnect or I was not able to discover the API doc? If so, please provide it.
Thank you!
The text was updated successfully, but these errors were encountered:
Environment:
There are 2 issues at play here.
The "marketing" usecase value works. Removal of attribute
usecase
works. None of the otherusecase
values found in Twilio documentation work, i.e. "customer care", "2fa", "mixed", etc. Here is the thrown exception:The specific lines (303 - 306) can be found in the type definition file at twilio/lib/rest/messaging/v1/service.d.ts.
GET
covered in the API docs showing all supported values, although there is an affordance for US A2P Campaignusecase
values here. Is this a disconnect or I was not able to discover the API doc? If so, please provide it.Thank you!
The text was updated successfully, but these errors were encountered: