Skip to content

Stealth Webhook give to a webhook URL to send messages.

Notifications You must be signed in to change notification settings

luizcarvalho/stealth-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Stealth Webhook give to a webhook URL to send messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages