Skip to content

Instantly share code, notes, and snippets.

@expressmailing
Created November 23, 2017 13:50
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/fea5c25cf342d5b73b5b12f7113be7f0 to your computer and use it in GitHub Desktop.
Save expressmailing/fea5c25cf342d5b73b5b12f7113be7f0 to your computer and use it in GitHub Desktop.
API campagne fax exemple push XML
<request login="demo" password="demo">
<push media="fax"
type="campaign"
name="ref-alphanum"
start_date="01/01/2015 15:00:00"> <!-- N'oubliez pas le chevron de fermeture ! -->
<message type="doc">000000-base64-000000</message>
<fax_config tries="2">
<recipients>
<add target="+33 123456788" ref_target="uniq-id-for-report" />
<add target="+33 123456789" />
</recipients>
</push>
</request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment