create_em_campaign
Create email marketing campaigns by submitting campaign details (name, subject, HTML body) to the CRM, with optional custom fields and query parameters.
Instructions
Create an email marketing campaign. (POST /emCampaigns)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the email campaign or template. | |
| origin | No | Name of the email marketing system where this campaign originated from. | |
| subject | No | Email subject line. | |
| bodyHtml | No | Email body in HTML. | |
| originId | No | Internal ID of the new campaign or email in the origin system. | |
| 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. |