Skip to content

Instantly share code, notes, and snippets.

@expressmailing
Created January 3, 2018 15:12
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/162a9a8db3a1fd522f03e499f77666e1 to your computer and use it in GitHub Desktop.
Save expressmailing/162a9a8db3a1fd522f03e499f77666e1 to your computer and use it in GitHub Desktop.
API audio unitaire exemple push XML
<request login="demo" password="demo">
<push media="voice"
type="on_demand"
name="Annonce audio au décrochage">
<message type="wav">000000-base64-000000</message>
<voice_config sender_id="0102030405">
<recipients>
<add target="+33 123456788" ref_target="uniq-id-for-report" />
</recipients>
</push>
<push media="messaging"
type="on_demand"
name="Dépot message sur mobile"><!-- n'oubliez pas le chevron de fermeture !-->
<message type="wav">000000-base64-000000</message>
<messaging_config sender_id="0102030405">
<recipients>
<add target="+33 600000001" />
</recipients>
</push>
</request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment