Skip to content

Commit 2c94d23

Browse files
committed
[examples] add Google Sheets integration
1 parent 7084c0f commit 2c94d23

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/features/webhooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,4 @@ The signing key is randomly generated at first request and can be changed in **S
396396
- [FastAPI webhook processor](https://github.com/android-sms-gateway/example-webhooks-fastapi): Demonstrates registration, HMAC validation, and payload handling with FastAPI.
397397
- [Telegram Forwarder Function](https://github.com/android-sms-gateway/example-telegram-forwarder-fn): Forwards SMS to Telegram using a cloud function.
398398
- [Web Client](https://github.com/android-sms-gateway/web-client-ts): Node.js client for sending/receiving SMS via Socket.io.
399+
- [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.

docs/resources/examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ In this section, you will find links to examples related to this project. We do
1313
- [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.
1414
- [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.
1515
- [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.
16+
- [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.

0 commit comments

Comments
 (0)