Create or Update Custom Label
sf_create_custom_labelCreate or update Salesforce Custom Labels for internationalizable text strings, error messages, or UI labels, accessible across Apex, Visualforce, LWC, and Flows.
Instructions
Creates or updates a Salesforce Custom Label. Custom Labels are text values accessible in Apex, Visualforce, LWC, and Flows, with support for translation. Use for internationalizable text strings, error messages, or UI labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The label text value | |
| fullName | Yes | API name of the label, e.g. 'Welcome_Message' | |
| language | No | Language code, e.g. 'en_US', 'fr', 'de' | en_US |
| protected | No | Protected labels are only accessible by the package that created them | |
| categories | No | Category for grouping labels | |
| shortDescription | No | Short description of the label's purpose |