Triggers
Call Received
Triggers when an inbound call is received.
Input
Property | Type | Required | Description |
---|---|---|---|
phoneNumber | SHORT_TEXT | Yes | The phone number to receive the call |
objective | LONG_TEXT | Yes | The objective of the call. |
start_sentence | LONG_TEXT | No | The start sentence of the call. |
voiceId | SHORT_TEXT | No | The voice ID to use for the call. |
language | SHORT_TEXT | No | The language to use for the call. |
model | SHORT_TEXT | No | The model to use for the request. Defaults to gpt-3.5-turbo-16k. |
wsBaseUrl | SHORT_TEXT | No | The base URL for the websocket. |