Current DialNexa React Native SDK Status
Plan A Mobile Integration Safely
1
Define the mobile use case
Decide whether the application needs to start calls, display call results, or receive events. This determines which current API or webhook surface may help.
2
Keep authenticated requests on a backend
Send DialNexa API requests from a server you control. Do not package secret API keys inside iOS or Android builds.
3
Use webhooks for call updates
Configure an external webhook when your backend needs call events and delivery retries.
4
Avoid unreleased client contracts
Do not build production code around assumed hooks, native modules, event names, or token formats.
Related Pages
- SDK And Code Example Status for currently supported development paths.
- API Authentication for server-side API keys.
- External Webhooks for call events.
- Webhook Retries And Failures for delivery troubleshooting.