Thanks Mora, I’ve been successful at getting “Body” info from a webpage. I was wondering if it’s possible to call a page like opening it with a web browser where the code in the page can run the PHP script rather than posting it manually from the particle core. In the example the http://url.com/index.html has an auto page redirect which automatically posts the data for me. (Which I have set up an SMS mailto: Gateway to send group text messages) if an event is triggered. Right now I’m using C# program that I developed to make this call using an arduino and Xbee back to a PC which is running a program that detects the event, runs the args and calls the webpage where the group Text Messages are sent out. I’d like to remove the PC if at all possible and just have the Particle call the same page as the PC.