validate_campaign
ActiveTool of FavCRM
declared in 1.0.0
Validate a campaign before sending. Resolves contactable recipient count and previews the final email subject/body without sending.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"campaignId"
],
"properties": {
"campaignId": {
"type": "string",
"description": "Campaign ID to validate"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries