0.0
No commit activity in last 3 years
No release in over 3 years
Simplify handle of payload and messages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.10
~> 3.6
 Project Readme

Stealth Webhook give to Stealth a webhook URL to send messages.

PS: Is not generic (YET).

  • Uses ActiveRecord
  • For Facebook Messenger only
  • Static defined fields (yet)

Getting Started

Getting started with Stealth Wehook is simple:

Add to Gemfile

gem 'stealth-webhook'

And send a simple notification

curl -H "Content-Type: application/json" -d '{"recipient": {"fb_id": "1540684789327149"}, "message": "This is a simple notification"}' -X POST http://localhost:3000/api/v1/webhook

Thanks

Stealth wouldn't exist without the great work of many other open source projects and people including:

License

Stealth Webhook source code is released under the MIT License.