Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/features/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Remember to adhere to best practices for security and perform thorough testing t

## Examples 💡

- [FastAPI webhook processor](https://github.com/android-sms-gateway/example-webhooks-fastapi): Demonstrates registration, HMAC validation, and payload handling.
- [Flask webhook processor](https://github.com/android-sms-gateway/example-webhooks-flask): Demonstrates registration, HMAC validation, and payload handling with Flask.
- [FastAPI webhook processor](https://github.com/android-sms-gateway/example-webhooks-fastapi): Demonstrates registration, HMAC validation, and payload handling with FastAPI.
- [Telegram Forwarder Function](https://github.com/android-sms-gateway/example-telegram-forwarder-fn): Forwards SMS to Telegram using a cloud function.
- [Web Client](https://github.com/android-sms-gateway/web-client-ts): Node.js client for sending/receiving SMS via Socket.io.
1 change: 1 addition & 0 deletions docs/resources/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ In this section, you will find links to examples related to this project. We do

### Official Examples

- [Flask webhook processor](https://github.com/android-sms-gateway/example-webhooks-flask) - A Flask app that demonstrates registration, HMAC validation, and payload handling.
- [FastAPI webhook processor](https://github.com/android-sms-gateway/example-webhooks-fastapi) - A FastAPI app that demonstrates registration, HMAC validation, and payload handling.
- [Discord Forwarder Function](https://github.com/android-sms-gateway/example-discord-forwarder-fn) - A Cloud Function to seamlessly forward SMS messages to a Discord server using webhooks.
- [Telegram Forwarder Function](https://github.com/android-sms-gateway/example-telegram-forwarder-fn) - A Cloud Function to seamlessly forward SMS messages to a Telegram chat using webhooks.
Expand Down