This article applies to Zoom Virtual Agent classic chatbot. If you are using other Zoom Virtual Agent types, such as chat agent or voice agent, refer to their respective documentation for setup and channel deployment instructions.
Zoom Virtual Agent admins can add and edit the Http Call widget. The Http Call widget allows you to request information from an external data source using Http. The returned content can be written to a variable and the variable can be stated back to the user using the Send Media widget.
For example, a customer wants to know something specific about a particular order. You can make an Http call with their order number. The information returned can be stored as a variable such as ship-date or arrival-date. You can use this variable throughout the flow for even more personalization.
Note: This feature requires knowledge of web development including Http requests. You also need access to a database that can accept Http requests.