Skip to main content
Glama

ServiceTitan MCP Server

campaigns_update

Update ServiceTitan campaign details, including name, status, source, medium, phone numbers, and business unit, using specified ID and tenant information.

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" }

Other Tools from ServiceTitan MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JordanDalton/ServiceTitanMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server