Create Global Quick Action
sf_create_global_actionCreate a Salesforce global quick action for the navigation bar, supporting Create, LogACall, SendEmail, and Canvas types. Makes actions available globally without tying to a specific object.
Instructions
Creates a global quick action accessible from the global navigation bar in Salesforce. Supports Create, LogACall, SendEmail, and Canvas action types. Global actions are not tied to a specific object and appear in the global quick actions menu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Display label | |
| actionName | Yes | Global action API name | |
| actionType | Yes | Type of global action | |
| description | No | Description | |
| targetObject | No | Target object API name (for Create type) |