leroix / webhook-demo

Accept a webhook from anywhere and send it to Rafflecopter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webhook demo

Fork this repo and edit EDIT-ME.webhook-format.mustache to fit the service that you'll be accepting webhooks from. You may need to refer to your service's documentation. For examples of templates for a few popular services, look inside the webhook-format-examples folder. Note: the time field may be either an iso8601 string (e.g. 2011-09-06T17:26:27Z) or a millisecond unix timestamp (e.g. 1315329987000). If it's the former, include quotes around it. If the latter, do not include quotes.

Deploy the app using the button below. Give the app a name, and make sure that HEROKU_APP_NAME matches the given name. Set RAFFLE_ID to the ID of the raffle you'd like to submit entries to. Set ACTION_ID to the ID of the "api endpoint" action you created.

Deploy

About

Accept a webhook from anywhere and send it to Rafflecopter


Languages

Language:JavaScript 51.5%Language:HTML 48.5%