late 0.0.297

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# InitiateWhatsAppCallRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** |  | 
**to** | **String** | Consumer wa_id (E.164 | 
**forward_to** | Option<**String**> | Per-call destination override. Same accepted shape as the number's stored forwardTo (tel:+E164, sip:..., wss://...).  | [optional]
**record_override** | Option<**bool**> |  | [optional]
**biz_opaque_callback_data** | Option<**String**> | Accepted for forward compatibility. Not currently echoed back in webhook payloads (SIP-first flow does not pass through Meta's Graph API where Meta would echo this).  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)