telnyx-whatsapp-java
Integrates with the Telnyx WhatsApp Business API to send messages and manage templates using Java.
Install this skill
Security score
The telnyx-whatsapp-java skill was audited on May 13, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 95 | Do not invent Telnyx parameters, enums, response fields, or webhook fields. |
Webhook reference - potential data exfiltration
| 99 | - 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
| 116 | | `webhookUrl` | string (URL) | No | Callback URL for delivery status updates | |
Webhook reference - potential data exfiltration
| 275 | ### Webhook Verification |
Webhook reference - potential data exfiltration
| 277 | Telnyx signs webhooks with Ed25519. Always verify signatures in production: |
Webhook reference - potential data exfiltration
| 280 | import com.telnyx.sdk.webhooks.Webhook; |
Webhook reference - potential data exfiltration
| 282 | var event = Webhook.constructEvent( |
Webhook reference - potential data exfiltration
| 290 | ## Webhooks |
Webhook reference - potential data exfiltration
| 292 | These webhook payload fields are inline because they are part of the primary integration path. |
Webhook reference - potential data exfiltration
| 331 | | Configure webhooks | `client.whatsapp().businessAccounts().settings().update()` | Subscribe to events | |
Webhook reference - potential data exfiltration
| 344 | | Configure webhooks | `client.whatsapp().businessAccounts().settings().update()` | `PATCH /v2/whatsapp/business_accounts/:id/settings` | `wabaId` | |