API campagne fax exemple push XML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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