ServiceTitan MCP Server

campaigns_create

Create marketing campaigns in ServiceTitan by specifying campaign details such as name, phone numbers, medium, and source for targeted outreach.

Input Schema

NameRequiredDescriptionDefault
businessUnitNoBusiness unit
campaignPhoneNumbersNoList of campaign phone numbers
mediumNoCampaign medium
nameYesCampaign 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": { "businessUnit": { "description": "Business unit", "type": "string" }, "campaignPhoneNumbers": { "description": "List of campaign phone numbers", "items": { "type": "string" }, "type": "array" }, "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": [ "tenant", "name" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r