Create Quick Action
sf_create_quick_actionCreate object-specific quick actions on Salesforce objects via Metadata API, supporting Create, Update, LogACall, and SendEmail. Optionally specify target object and layout fields.
Instructions
Creates an object-specific quick action on a Salesforce object via the Metadata API. Supports Create, Update, LogACall, and SendEmail action types. Optionally specify a target object (for Create type) and the fields to include in the action layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Display label for the quick action | |
| fields | No | Fields to include in the quick action layout | |
| actionName | Yes | Quick action API name | |
| actionType | Yes | Type of quick action | |
| objectName | Yes | Object API name, e.g. 'Account' | |
| description | No | Description of the quick action | |
| targetObject | No | Target object API name (required for Create type) |