Skip to content

Instantly share code, notes, and snippets.

@acapps
Created October 21, 2014 17:34
Show Gist options
  • Save acapps/5385498e2350f269ca69 to your computer and use it in GitHub Desktop.
Save acapps/5385498e2350f269ca69 to your computer and use it in GitHub Desktop.
Zipwhip Support Ticket.
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