API fax unitaire exemple push
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="your-login" password="your-password"> | |
<push media="fax" type="on_demand" name="Test API Fax"> | |
<message type="doc"> | |
0M8R4KGxGuEAAAAA[...]AAAAAAAAAAAAAAAA | |
</message> | |
<recipients> | |
<add target="+33 170248254"/> | |
</recipients> | |
</push> | |
</request> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment