update_em_campaign
Update an email marketing campaign by specifying its ID and modifying fields like name, subject, or HTML body.
Instructions
Update an email marketing campaign. (PUT /emCampaigns/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | Name of the email campaign or template. | |
| subject | No | Email subject line. | |
| bodyHtml | No | Email body in HTML. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |