create_survey_invitation
ActiveTool of FavCRM
declared in 1.0.0
Create a token-auth survey invitation for a specific member/account or contact.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"surveyId"
],
"properties": {
"channel": {
"type": "string",
"description": "Intended channel, e.g. email, sms, whatsapp, link"
},
"metadata": {
"type": "object",
"description": "Optional invitation metadata",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"surveyId": {
"type": "string",
"description": "Survey ID"
},
"accountId": {
"type": "string",
"description": "CRM account ID to invite"
},
"contactId": {
"type": "string",
"description": "Contact ID to invite"
},
"expiresAt": {
"type": "string",
"description": "Optional invitation expiry ISO datetime"
},
"recipientName": {
"type": "string",
"description": "Recipient display name for link tracking"
},
"recipientEmail": {
"type": "string",
"format": "email",
"pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
"description": "Recipient email for link tracking"
},
"recipientPhone": {
"type": "string",
"description": "Recipient phone for link tracking"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries