Skip to content

Commit 174b4bf

Browse files
authored
Update README.md
1 parent a3f65d6 commit 174b4bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Of course, Receiver can receive webhooks from any source using [custom providers
3434
- [Defining attributes](#defining-attributes)
3535
- [Securing webhooks](#securing-webhooks)
3636
- [Handshakes](#handshakes)
37+
- [Community Receivers](#share-your-receivers)
3738
- [Credits](#credits)
3839
- [License](#license)
3940

@@ -387,6 +388,9 @@ class CustomProvider extends AbstractProvider
387388

388389
Unlike the `verify` method, `handshake` expects an array to be returned, since many times the webhook sender is expecting a specific "challenge" response. The return of the handshake method is sent back to the webhook sender.
389390

391+
## Share your Receivers!
392+
393+
**Have you created a custom Receiver?** Share it with the community in our **[Receivers Discussion topic](https://github.com/hotmeteor/receiver/discussions/categories/receivers)**!
390394

391395
## Credits
392396

0 commit comments

Comments
 (0)