Skip to content

Commit

Permalink
[webhooks] add link to example cloud function
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jun 25, 2024
1 parent 3807c5a commit 06dad72
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/integration/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ curl -X DELETE -u <username>:<password> \
https://sms.capcom.me/api/3rdparty/v1/webhooks/unique-id
```

## References

- [API Documentation](https://capcom6.github.io/android-sms-gateway/#/Webhooks)

## Security Considerations

- Use HTTPS for your webhook endpoint to ensure secure data transmission.
Expand All @@ -112,3 +108,11 @@ curl -X DELETE -u <username>:<password> \
By following these steps, you've successfully integrated webhooks into your system to receive real-time notifications for incoming SMS messages. This setup enables you to respond to messages promptly and automate workflows based on SMS content.

Remember to adhere to best practices for security and perform thorough testing to ensure reliable webhook delivery.

## References

- [API Documentation](https://capcom6.github.io/android-sms-gateway/#/Webhooks)

## Examples

- [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.

0 comments on commit 06dad72

Please sign in to comment.