telnyx-whatsapp-python
Enables sending WhatsApp messages and managing templates via the Telnyx WhatsApp Business API using Python.
Install this skill
Security score
The telnyx-whatsapp-python skill was audited on May 13, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 89 | Do not invent Telnyx parameters, enums, response fields, or webhook fields. |
Webhook reference - potential data exfiltration
| 93 | - Before reading or matching webhook fields beyond the inline examples, read [the webhook payload reference](references/api-details.md#webhook-payload-fields). |
Webhook reference - potential data exfiltration
| 110 | | `webhook_url` | string (URL) | No | Callback URL for delivery status updates | |
Webhook reference - potential data exfiltration
| 264 | ### Webhook Verification |
Webhook reference - potential data exfiltration
| 266 | Telnyx signs webhooks with Ed25519. Always verify signatures in production: |
Webhook reference - potential data exfiltration
| 269 | from telnyx.webhooks import Webhook |
Webhook reference - potential data exfiltration
| 271 | event = Webhook.construct_event( |
Webhook reference - potential data exfiltration
| 279 | ## Webhooks |
Webhook reference - potential data exfiltration
| 281 | These webhook payload fields are inline because they are part of the primary integration path. |
Webhook reference - potential data exfiltration
| 320 | | Update WABA settings | `client.whatsapp.business_accounts.settings.update()` | Configure webhook URL and events | |