diff --git a/docs/features/webhooks.md b/docs/features/webhooks.md index 3c078cd..d7dc5f7 100644 --- a/docs/features/webhooks.md +++ b/docs/features/webhooks.md @@ -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. diff --git a/docs/resources/examples.md b/docs/resources/examples.md index 0295787..cae593a 100644 --- a/docs/resources/examples.md +++ b/docs/resources/examples.md @@ -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.