Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/features/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,4 @@ The signing key is randomly generated at first request and can be changed in **S
- [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.
- [Google Sheets](https://github.com/android-sms-gateway/example-webhooks-google-sheets) - Google Apps Script integration to automatically log incoming SMS messages to Google Sheets.
1 change: 1 addition & 0 deletions docs/resources/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ In this section, you will find links to examples related to this project. We do
- [Web Client](https://github.com/android-sms-gateway/web-client-ts) - Simple web client for sending and receiving SMS messages based on Node.js and Socket.io.
- [Google Apps Script](https://github.com/android-sms-gateway/example-google-apps-script) - Google Apps Script example to send SMS via SMS Gateway for Android.
- [n8n](https://github.com/android-sms-gateway/example-webhooks-n8n) - An n8n workflow for an AI-powered joke agent that responds to SMS messages with automated jokes.
- [Google Sheets](https://github.com/android-sms-gateway/example-webhooks-google-sheets) - Google Apps Script integration to automatically log incoming SMS messages to Google Sheets.