You need to sign in to do that
Don't have an account?

curl url callout
How do i make a post callout for this specific url ?
http://www.test.com/ComposeSMS.aspx?username=username&password=password&sender=senderid&to=MobileNo&message=Message
I am not able to figure out how to create the header and body for this specific url. I need to passs username , password , senderid , mobile number and message as parameters.
Any code snippet will be highly appreciated
http://www.test.com/ComposeSMS.aspx?username=username&password=password&sender=senderid&to=MobileNo&message=Message
I am not able to figure out how to create the header and body for this specific url. I need to passs username , password , senderid , mobile number and message as parameters.
Any code snippet will be highly appreciated
Use this code, I haven't tested it though
Thanks
Sharat