-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Webhook update hotfix (#289) * update webhook bugfix * address comments * Update CHANGELOG.md * Update webhook quickstart guide and package.json (#293) * Update README.md * Revert "Update README.md" This reverts commit 9a7fb38. * Update README.md * 0.8.1
- Loading branch information
1 parent
107a76a
commit a4c9685
Showing
6 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,13 @@ curl -X POST -H "Content-Type:application/json" -d '{"app": "webhook"}' http://l | |
## Public Webhook App | ||
|
||
To setup a temporary public URL that points to this local webhook app, | ||
you can use [Pinggy](https://pinggy.io/) in another terminal window: | ||
you can use [Pinggy](https://pinggy.io/) or [ngrok](https://ngrok.com/) in another terminal window: | ||
|
||
```bash | ||
ssh -p 443 -R0:localhost:3000 -L4300:localhost:4300 [email protected] | ||
``` | ||
|
||
You can also use [Vercel](https://vercel.com/) or other hosting solutions for your webhook app. | ||
You can also use [Vercel](https://vercel.com/), [webhook.site](https://webhook.site/) or other hosting solutions for your webhook app. | ||
|
||
Once the public webhook app is setup, copy the URL provided and test it with: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters