.net - Getting Price before sending Twilio message -


i using twilio .net helper library , want able determine price of call or sms message before send it. example, if sms message go uk number want know price before sending message. there way this?

there no way sms price before send. fee varies base on carriers.

however, using twilio api call, can "sent" price if message "sent"

if message "queued", price null.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -