Show HN: Pingpoint – Business logic alerts to the right person at the right time
1–10 of 21 posts
Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#2I mean, we're doing this already for registration on our platform and it took me 45 minutes to setup in Rails for a range of events, and I can style the output to send to the human C-levels.
Not sure what this will accomplish, hopefully you can fill me in on the value prop.
Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#3$5/mo for an out-of-my-control ActionMailer setup? And I'd be limited to 100 events/mo? I mean, we're doing this already for registration on our platform and it took me 45 minutes to setup in Rails for a range of events, and I can style the output to send to the human C-levels. Not sure what this will accomplish, hopefully you can fill me in on the value prop.
Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#4Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#5Looking at the documentation I would have to figure out who a VIP is. Then call an API method. The service converts the payload I send into an email. The example in the documentation looks at the last name of the user ("Zuckerberg") only. I don't think the service solves the use-case described in the title.
Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#6$5/mo for an out-of-my-control ActionMailer setup? And I'd be limited to 100 events/mo? I mean, we're doing this already for registration on our platform and it took me 45 minutes to setup in Rails for a range of events, and I can style the output to send to the human C-levels. Not sure what this will accomplish, hopefully you can fill me in on the value prop.
Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#7Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#8I'm curious if you already got some subscribers for you service. Did you?
Re: Show HN: Pingpoint – Business logic alerts to the right person at the right time
#9$5/mo for an out-of-my-control ActionMailer setup? And I'd be limited to 100 events/mo? I mean, we're doing this already for registration on our platform and it took me 45 minutes to setup in Rails for a range of events, and I can style the output to send to the human C-levels. Not sure what this will accomplish, hopefully you can fill me in on the value prop.
Whats the added value of sendgrid over gmail api? of zencoder over ffmpeg? you can do everything on your own, of course. All depends on your abilities and resources. This is something I found myself doing in many apps, and thought to spin it off to a separate and independent service for the joy of others. It can save them from [usually] ugly coding, it adds a central and single place of mngmt for all this notificatio…