Connect Voice Integration
connect_voice_integrationConnect a voice provider to route its traffic into Okareo monitoring. Returns an integration ID to generate the webhook URL for your provider console.
Instructions
Connect a voice provider so its traffic flows into Okareo monitoring.
Creates a provider integration. The returned integration carries an id
and a public_id — pass the provider + public_id to get_voice_webhook_url
to obtain the inbound webhook endpoint to paste into the provider's
console.
Args:
provider: Voice platform — one of: retell, twilio, vapi, elevenlabs.
webhook_auth_type: Webhook authentication type expected by Okareo
for this provider (provider-specific — see Okareo docs).
secrets: Provider-specific secret values (opaque pass-through; the
response never echoes raw secrets, only a summary).
metadata: Optional free-form metadata object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secrets | Yes | ||
| metadata | No | ||
| provider | Yes | ||
| webhook_auth_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |