Create Email Letterhead
sf_create_letterheadCreate a Salesforce letterhead to define header, body, and background colors for HTML email templates, ensuring consistent brand presentation in automated emails.
Instructions
Creates a Letterhead that provides a consistent visual wrapper for HTML email templates. Letterheads define header, body, and footer colors and can be referenced by email templates to ensure brand consistency across automated emails.
fullName: letterhead API name name: display name backgroundColor: page background color hex, e.g. '#FFFFFF' bodyColor: body area background color hex headerColor: header section background color hex description: optional description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name | |
| fullName | Yes | Letterhead API name | |
| bodyColor | No | Body background color hex | #FFFFFF |
| description | No | Description | |
| headerColor | No | Header background color hex | #004080 |
| backgroundColor | No | Background color hex, e.g. '#FFFFFF' | #FFFFFF |