**Source URL:** https://limited.veevavault.dev/medical/omnichannel/api-reference/26.1/methods/ondial

# onDial()

Allows the integration to register a function to dial the outbound call.

## Parameters

<FieldTable>
| Name | Type | Description |
| --- | --- | --- |
| `dial`<Requiredness type="optional" /> | Callback | The `dial()` function to dial the outbound call. |
</FieldTable>

## Example

<CodeExample title="">
```javascript
import { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";

// Specifies a function to dial an outbound call
function makeCall(dial) {
    omniconnectEvent.onDial()
}
```
</CodeExample>

---

**Previous:** [onAccepted()](/medical/omnichannel/api-reference/26.1/methods/onaccepted)  
**Next:** [dial()](/medical/omnichannel/api-reference/26.1/methods/dial)