Feature Request: Message Pricing api to show data for the MMS costs.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 815
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 2
Description
Currently the below api only shows the sms pricing, I tried to get MMS pricing but could not get any.
curl -G https://pricing.twilio.com/v1/Messaging/Countries/US \ -u '[YOUR ACCOUNT SID]:[YOUR AUTH TOKEN]'
It would really be nice to be able to get prices for MMS supported regions/countries.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the pricing endpoint shown in the issue, https://pricing.twilio.com/v1/Messaging/Countries/US, and inspect its documented response and the twilio-python entry points for messaging pricing. Confirm whether MMS pricing data is available for supported regions; done means the API or client exposes that data with an agreed scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100