Created
October 21, 2014 17:34
-
-
Save acapps/5385498e2350f269ca69 to your computer and use it in GitHub Desktop.
Zipwhip Support Ticket.
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
POST /comment/send HTTP/1.1 | |
Host: https://api.zipwhip.com | |
$curl https://api.zipwhip.com/comment/send \ | |
-d [email protected] \ | |
-d name=[Users name] \ | |
-d topic=I am the subject field. \ | |
-d comment=I am the body of the support request. \ | |
-d portal=[Portal ID] \ | |
-d metaData=[Extra Info] | |
-d session=[sessionKey] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment