Skip to content

Instantly share code, notes, and snippets.

@helllth
Created September 25, 2012 13:26
Show Gist options
  • Save helllth/3781826 to your computer and use it in GitHub Desktop.
Save helllth/3781826 to your computer and use it in GitHub Desktop.
send messages via boxcar (using generic provider)
#subscribe
curl -d 'email=me@mail.com' http://boxcar.io/devices/providers/MH0S7xOFSwVLNvNhTpiC/notifications/subscribe
#send message
curl -d 'email=me@mail.com' \
-d '&notification[from_screen_name]=Hello' \
-d '&notification[message]=github:gist is great' \
http://boxcar.io/devices/providers/MH0S7xOFSwVLNvNhTpiC/notifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment