Skip to main content
Glama
index.ts1.3 kB
import { createPiece } from "@activepieces/pieces-framework"; import { PieceCategory } from "@activepieces/shared"; import { featheryAuth } from "./lib/common/auth"; import { createFormAction } from "./lib/actions/create-form"; import { updateFormAction } from "./lib/actions/update-form"; import { deleteFormAction } from "./lib/actions/delete-form"; import { listFormSubmissionsAction } from "./lib/actions/list-form-submissions"; import { exportSubmissionPdfAction } from "./lib/actions/export-submission-pdf"; import { newSubmissionTrigger } from "./lib/triggers/new-submission"; import { formCompletedTrigger } from "./lib/triggers/form-completed"; import { fileSubmittedTrigger } from "./lib/triggers/file-submitted"; export const feathery = createPiece({ displayName: "Feathery", description: "Build powerful forms, workflows, and document automation.", auth: featheryAuth, minimumSupportedRelease: '0.36.1', logoUrl: "https://cdn.activepieces.com/pieces/feathery.png", categories: [PieceCategory.FORMS_AND_SURVEYS], authors: ["onyedikachi-david"], actions: [ createFormAction, updateFormAction, deleteFormAction, listFormSubmissionsAction, exportSubmissionPdfAction, ], triggers: [newSubmissionTrigger, formCompletedTrigger, fileSubmittedTrigger], });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server