Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Web Service

Resource Reference Grooper.GPT

Exposes a web service as a resource that an AI Assistant can use for dynamic data retrieval, integration, or automation.

Remarks

A Web Service resource allows the AI Assistant to connect with external web services, enabling it to send requests and receive responses from online APIs. This expands the assistant's capabilities beyond the Grooper environment, making it possible to interact with third-party systems, retrieve live data, or trigger remote actions.

Use Cases:

  • Retrieve real-time weather information by connecting to a weather API.
  • Submit data to a remote system, such as creating a support ticket or updating a CRM record.
  • Integrate with business applications to fetch inventory levels, order status, or other operational data.
  • Automate workflows by invoking endpoints on workflow or automation platforms.

To configure a Web Service resource, provide a RAML definition file describing the API, set any required HTTP headers, choose the appropriate authentication method, and specify a timeout. The AI Assistant will use this configuration to understand available endpoints and how to interact with the service.

Properties

NameTypeDescription

See Also

Notification