Respository is for Plivo message application
This is sample module to to send message from mobile number to another mobile number using Plivo RestApi and it's web services.
There are some functionality added such as:
- Once the numbers are bought use message api to send an sms from a number to another number.One can use both number bought as above to do this.
- Once message api is successful, response give message uuid.Using this message uuid get the details of the message using details api.
- Use pricing api to determine the rate of the message which is outbound rate under message object in this case.
- Verify the rate and the price deducted for the sending message, should be same.
- And finally after sending message, using account details api, account cash credit should be less than by the deducted amount.