Tripetto · Capability
Tripetto Form Management
Workflow capability for building, deploying, and collecting responses from Tripetto smart forms and surveys. Enables form lifecycle management including creation, updates, response retrieval, and webhook configuration for automation platform integrations.
What You Can Do
GET
List forms
— List all forms in the Tripetto account
/v1/forms
POST
Create form
— Create a new smart form with a JSON definition
/v1/forms
GET
Get form
— Retrieve a specific form by ID
/v1/forms/{formId}
PUT
Update form
— Update form name or definition
/v1/forms/{formId}
DELETE
Delete form
— Delete a form and all responses
/v1/forms/{formId}
GET
List form responses
— List all responses for a specific form
/v1/forms/{formId}/responses
GET
List form webhooks
— List all configured webhooks for a form
/v1/forms/{formId}/webhooks
POST
Create form webhook
— Add a webhook endpoint to receive form responses
/v1/forms/{formId}/webhooks
MCP Tools
list-forms
List all Tripetto forms in the account
read-only
get-form
Retrieve a specific form definition by ID
read-only
create-form
Create a new smart form with conditional logic
update-form
Update an existing form definition
idempotent
delete-form
Delete a form and all its collected responses
idempotent
list-form-responses
List responses collected for a specific form
read-only
list-form-webhooks
List webhook integrations configured for a form
read-only
create-form-webhook
Add a webhook endpoint to deliver form responses to external services