create-phone-deployment
Creates a phone deployment for an assistant. This endpoint requires user authentication with organization and project scope.
Authorizations
API key from Rapida credentials.
Headers
Client source identifier. SDK clients send this automatically.
sdk Optional user identifier to propagate with the request.
Body
Assistant ID for the phone deployment.
^[0-9]+$"2227823180112723968"
Telephony provider name.
"twilio"
First message the assistant sends when the phone session starts.
"Hi, how can I help you today?"
Message to use when the assistant cannot understand or handle the input.
"Sorry, I did not understand that."
Idle timeout in seconds before the assistant sends the timeout message.
15 <= x <= 12030
Number of idle-timeout retries before the session can end.
0 <= x <= 52
Message sent when the phone session reaches the idle timeout.
"Are you still there?"
Maximum phone session duration in seconds.
180 <= x <= 600300
Provider-specific phone options.