get_conditional_logic_templates
Access pre-built conditional logic templates for scenarios like skip logic, branching surveys, or progressive disclosure to streamline form workflows and enhance user interactions.
Instructions
Get pre-built conditional logic templates for common scenarios like progressive disclosure, skip logic, and branching surveys
Input Schema
Name | Required | Description | Default |
---|---|---|---|
templateType | No | Type of conditional logic template |
Input Schema (JSON Schema)
{
"properties": {
"templateType": {
"description": "Type of conditional logic template",
"enum": [
"simple_skip",
"progressive_disclosure",
"branching_survey",
"qualification_flow",
"feedback_routing",
"product_recommendation"
],
"type": "string"
}
},
"required": [],
"type": "object"
}