Skip to content

Instantly share code, notes, and snippets.

@herkyl
Created December 25, 2017 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herkyl/b6c05063bb65a5fa76f23b7c9bb5fab0 to your computer and use it in GitHub Desktop.
Save herkyl/b6c05063bb65a5fa76f23b7c9bb5fab0 to your computer and use it in GitHub Desktop.
Scaledrone cURL example
curl -H "Content-Type: application/json" \
-X POST \
-d 'Hello from Scaledrone' \
https://api2.scaledrone.com/channel-id-from-scaledrone-dashboard/room-name/publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment