Cotega
Cotega

Reputation: 339

Getting Price before sending Twilio message

I am using the Twilio .NET Helper Library and want to be able to determine the price of a call or SMS message before I actually send it. For example, if it is a SMS message that will go to a UK number I want to know the price before actually sending the message. Is there a way to do this?

Upvotes: 1

Views: 804

Answers (1)

teddychan
teddychan

Reputation: 389

There is no way to get the SMS price before you send. As the fee varies base on the carriers.

However, by using the twilio api call, you can get the "sent" price only if the message is "sent"

if the message is "queued", the price is NULL.

Upvotes: 2

Related Questions