What problem does it solve?
This Skill provides a structured approach to implementing AI Actions on Freshworks Platform 3.0, ensuring request schemas are flat, responses are well-structured, and integrations are secure and validated, streamlining the development process.
Core Features & Use Cases
- Schema Enforcement: Ensures request parameters are flat and responses are nested appropriately.
- Function Consistency: Maintains exact match between
actions.json function names and server.js handlers.
- API Integration: Utilizes request templates for external API calls to enforce secure, declarative HTTP interactions.
- Validation & Testing: Supports
fdk validate, error sanitization, and test data management for robust deployments.
- Use Case: Develop a REST API connector that accepts simple parameters, calls third-party services, and outputs minimal structured responses for downstream automation.
Quick Start
Use the fw-ai-actions-app to create an actions.json with flat request parameters, implement handlers with $request.invokeTemplate, and run fdk validate to ensure correctness.