Skip to content

Instantly share code, notes, and snippets.

@expressmailing
Last active December 18, 2017 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expressmailing/f652c700e9ae88ba16b140bd4cb131d1 to your computer and use it in GitHub Desktop.
Save expressmailing/f652c700e9ae88ba16b140bd4cb131d1 to your computer and use it in GitHub Desktop.
API SMS unitaire exemple push XML
<request login="demo" password="demo">
<push media="sms"
type="on_demand"
name="ref-alphanum"
start_date="01/01/2015 15:00:00"><!--(n'oubliez pas le chevron de fermeture !)-->
<message type="text">Ceci est mon premier test sms</message>
<sms_config validity="7" />
<recipients>
<add target="+33 600000000" ref_target="uniq-id-for-report" />
</recipients>
</push>
</request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment