Variables and actions power automation in your genAI agent. Variables allow dynamic data handling, while actions trigger workflows based on user interactions.
Select Action: Choose a ticketing action (e.g., CREATE for new support tickets). (Work in Progress)
Department ID: Specify the Zoho Desk department where the ticket should be created.
Contact ID: Associate the ticket with a customer profile. Currently this is for testing the capabilities of the platform, but it will be a dynamic field in the future.
Payload: Define the ticket structure in JSON format. The subject, description and priority are mandatory fields to create a ticket in Zoho Desk.
Method & URL: Pre-populated based on the integration.
Options to turn headers, params and body on and off will be available based on the API Method.
Headers: Send additional information about your API request, such as authentication details or metadata:
Example:
Key:Authorization
Value:Bearer <your-token>
Params: Params help filter or modify the request. You can add multiple key-value pairs.
Example: Filter by age:
Key:age
Value:30
Body: The body contains the data sent to the API, which is usually in JSON format. You can add multiple key-value pairs.
Key: name → Value: Jack Reacher
Key: email → Value: reacher@example.com
Timeout: Define max wait time before the request times out. The platform will wait for a response from the server for the defined time before canceling the request. If the server doesn’t respond within this time, the request fails with a timeout error.
Your genAI agent is now equipped with powerful automation tools! 🎯