Last active
April 7, 2016 14:47
-
-
Save i-tabu/56088a543bfd75de9b75 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| https://api.pepipost.com/api/web.send.rest? | |
| api_key=yourapikey | |
| &subject=rawurlencodeWeekly statement dated 1st Jan 2013") | |
| &fromname=rawurlencode("Info Stats") | |
| &from=from@example.com | |
| &replytoid=replytoid@example.com | |
| &X-APIHEADER="ACC123,SE2532" | |
| &tags="AccountDeactivation, Verification" | |
| &content=rawurlencode(" Email content here") | |
| &recipients=recipient1@example.com,recipient2@example.com | |
| (Optional) | |
| &footer=1 | |
| &template=109 | |
| &bcc=bcc@example.com | |
| &attachmentid=1,2,3 | |
| &clicktrack=1 | |
| &ATT_NAME=rawurlencode(NameOfRecipient1,NameOfRecipient2) | |
| &ATT_AGE=rawurlencode(20,30) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment