upsert_survey_workflow
ActiveTool of FavCRM
declared in 1.0.0
Create or update a survey automation workflow, usually triggered by survey_response_submitted.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"surveyId",
"name",
"graph"
],
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Workflow name"
},
"graph": {
"type": "object",
"required": [
"trigger",
"nodes",
"edges"
],
"properties": {
"edges": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"nodes": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"trigger": {
"type": "string",
"minLength": 1
}
},
"description": "Workflow graph definition"
},
"status": {
"enum": [
"draft",
"active",
"disabled"
],
"type": "string",
"description": "Workflow status"
},
"trigger": {
"type": "string",
"description": "Trigger name, default from graph.trigger"
},
"surveyId": {
"type": "string",
"description": "Survey ID"
},
"workflowId": {
"type": "string",
"description": "Existing workflow ID when updating"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries