You're viewing a demo portfolio

Join the waitlist
PRSM

create_broadcast

Active

Tool of FavCRM

declared in 1.0.0

Create a DRAFT WhatsApp or SMS broadcast campaign. The broadcast is NOT sent — admin must review and send it from the Broadcasts page.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Campaign name"
    },
    "channel": {
      "enum": [
        "whatsapp",
        "sms"
      ],
      "type": "string",
      "description": "Channel (default whatsapp)"
    },
    "templateId": {
      "type": "string",
      "description": "Message template ID to use"
    },
    "scheduledAt": {
      "type": "string",
      "description": "ISO date to schedule the broadcast"
    },
    "recipientFilter": {
      "type": "object",
      "description": "Filter criteria for recipients, e.g. { tagIds: [\"...\"] }",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
create_broadcast — FavCRM — PRSM MCP