Skip to content

Instantly share code, notes, and snippets.

@John-Henrique
Created May 6, 2013 05:07
Show Gist options
  • Save John-Henrique/5523468 to your computer and use it in GitHub Desktop.
Save John-Henrique/5523468 to your computer and use it in GitHub Desktop.
Arvore XML para enviar SMS
<?xml version="1.0" encoding="iso-8859-1"?>
<sms>
<contato>
<numero_destino>550011112222</numero_destino>
<numero_origem>550011112222</numero_origem>
</contato>
<mensagem>mensagem 160 dígitos </mensagem>
<agendar>2016-05-15 00:00</agendar>
<token>a54d54ae7r84gfg1fh4g78h1mj4k7u</token>
<key>8qw4er8w4sdfg21hd2jf65u6uk8k9j89</key>
</sms>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment