sf_create_campaign
Create a marketing campaign in Salesforce by specifying name, type, status, dates, description, and budget. Returns the campaign's Salesforce ID.
Instructions
[INSTRUCTIONS] Creates a Campaign sObject. Name is required. Type: Email, Conference, Webinar, Trade Show, Public Relations, Advertisement, Banner Ads, Telemarketing. Status defaults to "Planned". Dates use YYYY-MM-DD. budgetedCost is the planned spend. Returns the created campaign with its Salesforce ID.
Create a new marketing campaign in Salesforce with name, type, status, dates, description, and budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Campaign name | |
| type | No | Type: Email, Conference, Webinar, Advertisement, etc. | |
| status | No | Status (default: Planned) | |
| startDate | No | Start date YYYY-MM-DD | |
| endDate | No | End date YYYY-MM-DD | |
| description | No | Campaign description | |
| budgetedCost | No | Planned budget amount |