API Docs / Schemas / UpdateContentBlockRequest

UpdateContentBlockRequest

Request to update an existing content block

Properties

Name Type Description
name*string

Display name for the content block

Display name for the content block

bodyHtmlstring

HTML content of the block with Liquid syntax support

HTML content of the block with Liquid syntax support

descriptionstring

Optional description explaining the block's purpose and where it should be used

Optional description explaining the block's purpose and where it should be used

category*enum

Custom ServiceTerms ServiceProposals TemplateParts WebContent Email EmailParts

Custom ServiceTerms ServiceProposals TemplateParts WebContent Email EmailParts

subjectLinestring

Optional subject line for email content blocks (only relevant when Category is EmailParts).
Supports merge field syntax (e.g., {{ Client.Name }}).

Optional subject line for email content blocks (only relevant when Category is EmailParts).
Supports merge field syntax (e.g., {{ Client.Name }}).

JSON Example

{
  "name": "string",
  "bodyHtml": "string",
  "description": "string",
  "category": "Custom",
  "subjectLine": "string"
}

Used By Operations