Tool
Update email template
The Salesforce REST API Update Email Template tool allows users to seamlessly update email templates in Salesforce programmatically, enhancing email campaign management. It simplifies modifications by enabling selective field updates through a straightforward API interface.
Features
- Supports updating specific fields in an email template for precise control.
- Integrates directly with Salesforce REST API for real-time template management.
- Accepts JSON formatted input for fields to update, ensuring compatibility and flexibility.
- Provides clear parameter requirements, including recordId to target specific templates.
- Includes comprehensive documentation link for guided implementation and best practices.
Benefits
- Streamlines email template editing without manual Salesforce UI interaction.
- Improves marketing and communication efficiency by enabling quick updates.
- Reduces errors by enforcing specific input formats and validation.
- Enhances automation workflows by integrating template updates into larger processes.
- Supports targeted and dynamic email campaigns through easy template customization.
Description
Updates an email template. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- fieldsToUpdate: Return JSON in this format: string[]
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| recordIdrequired | string | The email template to update. |
| fieldsToUpdaterequired | string[] | Select the field(s) you want to update for this record. |