is the service turned on at the moment?

10 views
Skip to first unread message

Tim McEwan

unread,
Feb 2, 2011, 11:09:53 PM2/2/11
to Notify.io
see https://help.tenderapp.com/discussions/questions/1103-is-notifyio-working

I couldn't even get the notifications to come through using the
manually built URL, but I did manage to verify that Tender is sending
(via Postbin).

Cheers guys,
Tim

David Reese

unread,
Feb 3, 2011, 9:22:36 AM2/3/11
to noti...@googlegroups.com
It has been stable and on for me for MONTHS, since Jeff did a major
update. I'm concerned what Will @ ENTP said (about having a number of
issues in the last few months) was bad information. I got a notification
about an hour after you posted.

Are you passing the notification text in your tests? Just checking
because it wasn't in your sample when you constructed the URL manually.

In ruby, would be something like this:

require 'digest/md5'
digest = Digest::MD5.hexdigest('add...@gmail.com')
Net::HTTP.post_form(URI.parse('http://api.notify.io/v1/notify/'+digest),
{'api_key' => 'source-api-key', 'text' => 'Hi there'})

Working just fine for me.

David

Reply all
Reply to author
Forward
0 new messages