ServiceTitan MCP Server

campaigns_update

Update marketing campaign details, including status, name, medium, source, and phone numbers, in ServiceTitan via the MCP server. Manage campaigns efficiently with required tenant and campaign IDs.

Input Schema

NameRequiredDescriptionDefault
activeNoIs Campaign Active?
businessUnitNoBusiness Unit
campaignPhoneNumbersNoCampaign Phone Numbers
idYesFormat - int64. Campaign ID
mediumNoCampaign Medium
nameNoCampaign Name
otherMediumNoOther Campaign Medium
otherSourceNoOther Campaign Source
sourceNoCampaign Source
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "description": "Is Campaign Active?", "type": "boolean" }, "businessUnit": { "description": "Business Unit", "type": "string" }, "campaignPhoneNumbers": { "description": "Campaign Phone Numbers", "items": { "type": "string" }, "type": "array" }, "id": { "description": "Format - int64. Campaign ID", "type": "integer" }, "medium": { "description": "Campaign Medium", "type": "string" }, "name": { "description": "Campaign Name", "type": "string" }, "otherMedium": { "description": "Other Campaign Medium", "type": "string" }, "otherSource": { "description": "Other Campaign Source", "type": "string" }, "source": { "description": "Campaign Source", "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r