Create Custom Web Tab
sf_create_custom_tabCreate a custom web tab in Salesforce to open an external URL, Visualforce page, or web app. Adds a navigation item to the Salesforce UI for web-based resources.
Instructions
Creates a Custom Web Tab (URL-based tab) that opens an external URL or web page within the Salesforce UI. Different from sf_create_tab which creates object-based tabs. Use when you need a navigation item that points to an external website, an internal Visualforce page by URL, or a custom web app.
fullName: API name for the tab (no spaces, e.g. 'My_Web_Tab') label: display label shown in the tab bar url: the URL the tab points to, e.g. 'https://example.com' description: optional description hasSidebar: whether to show the Salesforce sidebar alongside the tab content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL the tab points to, e.g. 'https://example.com' | |
| label | Yes | Tab display label | |
| fullName | Yes | Tab API name, e.g. 'My_Web_Tab' | |
| hasSidebar | No | Whether the tab shows the Salesforce sidebar | |
| description | No | Tab description |