twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
278 stars 40 forks source link

Messaging API is expecting a parameter `A2PProfileBundleSid` instead of `A2pProfileBundleSid` causing an error #112

Closed MiguelDiazArkus closed 2 years ago

MiguelDiazArkus commented 2 years ago

https://github.com/twilio/twilio-go/blob/4a933388e8d9c4ca98130a89cd6c486e43b59f8f/rest/messaging/v1/a2p_brand_registrations.go#L54

Error received:

Status: 400 - ApiError 20001: Missing required parameter A2PProfileBundleSid in the post body (null) More info: https://www.twilio.com/docs/errors/20001"

shwetha-manvinkurke commented 2 years ago

Good catch. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

mwajeeh commented 2 years ago

This is a critical issue IMO, When do we expect a new release? Right now a valid request fails with Status: 400 - ApiError 20001: Missing required parameter A2PProfileBundleSid in the post body because of a typo.