diff --git a/apps/sim/connectors/discord/discord.ts b/apps/sim/connectors/discord/discord.ts index 5167987169..0861bc0c01 100644 --- a/apps/sim/connectors/discord/discord.ts +++ b/apps/sim/connectors/discord/discord.ts @@ -154,7 +154,6 @@ export const discordConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. 123456789012345678', required: true, - description: 'The Discord channel ID to sync messages from', }, { id: 'maxMessages', diff --git a/apps/sim/connectors/dropbox/dropbox.ts b/apps/sim/connectors/dropbox/dropbox.ts index c612eb5aca..490fbf342d 100644 --- a/apps/sim/connectors/dropbox/dropbox.ts +++ b/apps/sim/connectors/dropbox/dropbox.ts @@ -115,7 +115,6 @@ export const dropboxConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. /Documents (default: entire Dropbox)', required: false, - description: 'Leave empty to sync all supported files', }, { id: 'maxFiles', diff --git a/apps/sim/connectors/evernote/evernote.ts b/apps/sim/connectors/evernote/evernote.ts index 2dfd2271f5..bfe7b85aa1 100644 --- a/apps/sim/connectors/evernote/evernote.ts +++ b/apps/sim/connectors/evernote/evernote.ts @@ -383,7 +383,6 @@ export const evernoteConnector: ConnectorConfig = { type: 'short-input', placeholder: 'Leave empty to sync all notebooks', required: false, - description: 'Sync only notes from this notebook (optional)', }, ], diff --git a/apps/sim/connectors/fireflies/fireflies.ts b/apps/sim/connectors/fireflies/fireflies.ts index 0251fb4a69..3ebbbb23f1 100644 --- a/apps/sim/connectors/fireflies/fireflies.ts +++ b/apps/sim/connectors/fireflies/fireflies.ts @@ -140,7 +140,6 @@ export const firefliesConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. john@example.com', required: false, - description: 'Only sync transcripts hosted by this email', }, { id: 'maxTranscripts', diff --git a/apps/sim/connectors/gmail/gmail.ts b/apps/sim/connectors/gmail/gmail.ts index eab77834c2..3b772ff785 100644 --- a/apps/sim/connectors/gmail/gmail.ts +++ b/apps/sim/connectors/gmail/gmail.ts @@ -360,7 +360,6 @@ export const gmailConnector: ConnectorConfig = { multi: true, placeholder: 'Select one or more labels', required: false, - description: 'Only sync emails matching any of these labels. Leave empty for all mail.', }, { id: 'label', @@ -371,7 +370,6 @@ export const gmailConnector: ConnectorConfig = { multi: true, placeholder: 'e.g. INBOX, IMPORTANT (comma-separated; commas in label names not supported)', required: false, - description: 'Only sync emails matching any of these labels. Leave empty for all mail.', }, { id: 'dateRange', @@ -413,7 +411,6 @@ export const gmailConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. from:boss@company.com subject:report has:attachment', required: false, - description: 'Additional Gmail search filter. Uses the same syntax as the Gmail search bar.', }, { id: 'maxThreads', diff --git a/apps/sim/connectors/google-calendar/google-calendar.ts b/apps/sim/connectors/google-calendar/google-calendar.ts index 104743b535..d48f3b80ce 100644 --- a/apps/sim/connectors/google-calendar/google-calendar.ts +++ b/apps/sim/connectors/google-calendar/google-calendar.ts @@ -267,7 +267,6 @@ export const googleCalendarConnector: ConnectorConfig = { multi: true, placeholder: 'Select one or more calendars', required: false, - description: 'Calendars to sync from. Defaults to your primary calendar.', }, { id: 'calendarId', @@ -299,7 +298,6 @@ export const googleCalendarConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. standup, sprint review (optional)', required: false, - description: 'Filter events by text search across all fields.', }, { id: 'maxEvents', diff --git a/apps/sim/connectors/google-sheets/google-sheets.ts b/apps/sim/connectors/google-sheets/google-sheets.ts index 38ac6b175a..da1339b00d 100644 --- a/apps/sim/connectors/google-sheets/google-sheets.ts +++ b/apps/sim/connectors/google-sheets/google-sheets.ts @@ -216,7 +216,6 @@ export const googleSheetsConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms', required: true, - description: 'The ID from the spreadsheet URL: docs.google.com/spreadsheets/d/{ID}/edit', }, { id: 'sheetFilter', diff --git a/apps/sim/connectors/intercom/intercom.ts b/apps/sim/connectors/intercom/intercom.ts index 7b7362dc3d..69cf8471e5 100644 --- a/apps/sim/connectors/intercom/intercom.ts +++ b/apps/sim/connectors/intercom/intercom.ts @@ -285,7 +285,6 @@ export const intercomConnector: ConnectorConfig = { title: 'Content Type', type: 'dropdown', required: true, - description: 'Choose what to sync from Intercom', options: [ { label: 'Articles Only', id: 'articles' }, { label: 'Conversations Only', id: 'conversations' }, @@ -297,7 +296,6 @@ export const intercomConnector: ConnectorConfig = { title: 'Article State', type: 'dropdown', required: false, - description: 'Filter articles by state (default: published)', options: [ { label: 'Published', id: 'published' }, { label: 'Draft', id: 'draft' }, @@ -309,7 +307,6 @@ export const intercomConnector: ConnectorConfig = { title: 'Conversation State', type: 'dropdown', required: false, - description: 'Filter conversations by state (default: all)', options: [ { label: 'Open', id: 'open' }, { label: 'Closed', id: 'closed' }, @@ -322,7 +319,6 @@ export const intercomConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: `e.g. 200 (default: ${DEFAULT_MAX_ITEMS})`, - description: 'Maximum number of articles or conversations to sync', }, ], diff --git a/apps/sim/connectors/microsoft-teams/microsoft-teams.ts b/apps/sim/connectors/microsoft-teams/microsoft-teams.ts index 3d18b12772..7c8f4a345e 100644 --- a/apps/sim/connectors/microsoft-teams/microsoft-teams.ts +++ b/apps/sim/connectors/microsoft-teams/microsoft-teams.ts @@ -222,7 +222,6 @@ export const microsoftTeamsConnector: ConnectorConfig = { mode: 'advanced', placeholder: 'e.g. fbe2bf47-16c8-47cf-b4a5-4b9b187c508b', required: true, - description: 'The ID of the Microsoft Teams team', }, { id: 'channelSelector', @@ -245,7 +244,6 @@ export const microsoftTeamsConnector: ConnectorConfig = { multi: true, placeholder: 'e.g. General, Announcements (comma-separated for multiple)', required: true, - description: 'Channel names or IDs to sync messages from', }, { id: 'maxMessages', diff --git a/apps/sim/connectors/obsidian/obsidian.ts b/apps/sim/connectors/obsidian/obsidian.ts index 964aa33b57..734fb674e5 100644 --- a/apps/sim/connectors/obsidian/obsidian.ts +++ b/apps/sim/connectors/obsidian/obsidian.ts @@ -183,7 +183,6 @@ export const obsidianConnector: ConnectorConfig = { type: 'short-input', placeholder: 'https://127.0.0.1:27124', required: true, - description: 'Base URL of your Obsidian Local REST API (default port: 27124 for HTTPS)', }, { id: 'folderPath', @@ -191,7 +190,6 @@ export const obsidianConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. Projects/Notes', required: false, - description: 'Only sync notes from this folder (leave empty for entire vault)', }, ], diff --git a/apps/sim/connectors/outlook/outlook.ts b/apps/sim/connectors/outlook/outlook.ts index 81d750b7f2..d064819afa 100644 --- a/apps/sim/connectors/outlook/outlook.ts +++ b/apps/sim/connectors/outlook/outlook.ts @@ -334,7 +334,6 @@ export const outlookConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. from:boss@company.com subject:report hasAttachment:true', required: false, - description: 'Search filter using Outlook KQL syntax.', }, { id: 'maxConversations', diff --git a/apps/sim/connectors/reddit/reddit.ts b/apps/sim/connectors/reddit/reddit.ts index ccb5c53dbe..77c7ff4d8e 100644 --- a/apps/sim/connectors/reddit/reddit.ts +++ b/apps/sim/connectors/reddit/reddit.ts @@ -262,14 +262,12 @@ export const redditConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. machinelearning', required: true, - description: 'Subreddit name to sync posts from (without r/ prefix)', }, { id: 'sort', title: 'Sort', type: 'dropdown', required: false, - description: 'How to sort posts', options: [ { label: 'Hot', id: 'hot' }, { label: 'New', id: 'new' }, @@ -297,7 +295,6 @@ export const redditConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: `e.g. 100 (default: ${DEFAULT_MAX_POSTS})`, - description: 'Maximum number of posts to sync', }, ], diff --git a/apps/sim/connectors/servicenow/servicenow.ts b/apps/sim/connectors/servicenow/servicenow.ts index d8b921bddf..300895920c 100644 --- a/apps/sim/connectors/servicenow/servicenow.ts +++ b/apps/sim/connectors/servicenow/servicenow.ts @@ -452,7 +452,6 @@ export const servicenowConnector: ConnectorConfig = { type: 'short-input', placeholder: 'yourinstance.service-now.com', required: true, - description: 'Your ServiceNow instance URL', }, { id: 'username', @@ -460,14 +459,12 @@ export const servicenowConnector: ConnectorConfig = { type: 'short-input', placeholder: 'admin', required: true, - description: 'ServiceNow username for Basic Auth', }, { id: 'contentType', title: 'Content Type', type: 'dropdown', required: true, - description: 'Type of content to sync from ServiceNow', options: [ { label: 'Knowledge Base Articles', id: 'kb_knowledge' }, { label: 'Incidents', id: 'incident' }, @@ -478,7 +475,6 @@ export const servicenowConnector: ConnectorConfig = { title: 'Article State', type: 'dropdown', required: false, - description: 'Filter KB articles by workflow state', options: [ { label: 'All States', id: 'all' }, { label: 'Published', id: 'published' }, @@ -494,14 +490,12 @@ export const servicenowConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: 'e.g. IT, HR, General', - description: 'Filter KB articles by category label', }, { id: 'incidentState', title: 'Incident State', type: 'dropdown', required: false, - description: 'Filter incidents by state', options: [ { label: 'All States', id: 'all' }, { label: 'New', id: '1' }, @@ -517,7 +511,6 @@ export const servicenowConnector: ConnectorConfig = { title: 'Incident Priority', type: 'dropdown', required: false, - description: 'Filter incidents by priority', options: [ { label: 'All Priorities', id: 'all' }, { label: 'Critical', id: '1' }, @@ -533,7 +526,6 @@ export const servicenowConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: `e.g. 200 (default: ${DEFAULT_MAX_ITEMS})`, - description: 'Maximum number of items to sync', }, ], diff --git a/apps/sim/connectors/slack/slack.ts b/apps/sim/connectors/slack/slack.ts index 814fe13a73..3ecbed6856 100644 --- a/apps/sim/connectors/slack/slack.ts +++ b/apps/sim/connectors/slack/slack.ts @@ -513,7 +513,6 @@ export const slackConnector: ConnectorConfig = { multi: true, placeholder: 'Select one or more channels', required: true, - description: 'Channels to sync messages from', }, { id: 'channel', @@ -524,7 +523,6 @@ export const slackConnector: ConnectorConfig = { multi: true, placeholder: 'e.g. general, C01ABC23DEF (comma-separated for multiple)', required: true, - description: 'Channel names or IDs to sync messages from', }, { id: 'maxMessages', diff --git a/apps/sim/connectors/wordpress/wordpress.ts b/apps/sim/connectors/wordpress/wordpress.ts index 2abe45c926..b274379f0c 100644 --- a/apps/sim/connectors/wordpress/wordpress.ts +++ b/apps/sim/connectors/wordpress/wordpress.ts @@ -115,14 +115,12 @@ export const wordpressConnector: ConnectorConfig = { type: 'short-input', placeholder: 'e.g. mysite.wordpress.com', required: true, - description: 'WordPress site domain', }, { id: 'postType', title: 'Post Type', type: 'dropdown', required: false, - description: 'Filter by content type', options: [ { label: 'Both', id: 'Both' }, { label: 'Posts', id: 'Posts' }, @@ -135,7 +133,6 @@ export const wordpressConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: `e.g. 50 (default: ${DEFAULT_MAX_POSTS})`, - description: 'Maximum number of posts to sync', }, ], diff --git a/apps/sim/connectors/zendesk/zendesk.ts b/apps/sim/connectors/zendesk/zendesk.ts index a71234d174..8e0e03bd9a 100644 --- a/apps/sim/connectors/zendesk/zendesk.ts +++ b/apps/sim/connectors/zendesk/zendesk.ts @@ -332,7 +332,6 @@ export const zendeskConnector: ConnectorConfig = { type: 'short-input', placeholder: 'yourcompany (from yourcompany.zendesk.com)', required: true, - description: 'Your Zendesk subdomain', }, { id: 'email', @@ -340,14 +339,12 @@ export const zendeskConnector: ConnectorConfig = { type: 'short-input', placeholder: 'agent@yourcompany.com', required: true, - description: 'Email address of the Zendesk user for API authentication', }, { id: 'contentType', title: 'Content Type', type: 'dropdown', required: true, - description: 'What content to sync from Zendesk', options: [ { label: 'Articles & Tickets', id: 'both' }, { label: 'Help Center Articles Only', id: 'articles' }, @@ -359,7 +356,6 @@ export const zendeskConnector: ConnectorConfig = { title: 'Ticket Status Filter', type: 'dropdown', required: false, - description: 'Filter tickets by status (applies only when syncing tickets)', options: [ { label: 'All Statuses', id: 'all' }, { label: 'New', id: 'new' }, @@ -376,7 +372,6 @@ export const zendeskConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: 'e.g. en-us (default: all locales)', - description: 'Locale for Help Center articles', }, { id: 'maxTickets', @@ -384,7 +379,6 @@ export const zendeskConnector: ConnectorConfig = { type: 'short-input', required: false, placeholder: `e.g. 200 (default: ${DEFAULT_MAX_TICKETS})`, - description: 'Maximum number of tickets to sync', }, ],