create-webplugin-deployment
Creates a web plugin 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 web plugin deployment.
^[0-9]+$"2227823180112723968"
First message the assistant sends when the web plugin 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 web plugin session reaches the idle timeout.
"Are you still there?"
Maximum web plugin session duration in seconds.
180 <= x <= 600300
Suggested starter prompts shown in the web widget.
["Book a demo", "Talk to support"]