工具 API
fetch_ automation_ input_ data
Fetches dynamic input options for an automation action or trigger's input field (e.g. Slack channels, Jira projects, calendars). Requires an `externalAccountId` from list_external_accounts. Use get_create_automation_instructions to discover which `inputKey` values each action or trigger type expects.
调用信息
- 工具标识
- airtable.fetch_automation_input_data
- 服务提供方
- Airtable
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
workflowNodeTypeId必填The action or trigger type ID. Use the camelCase type value (e.g., "sendToSlack", "atlassianJiraCreateIssue", "googleCalendarEventCreated").
inputKey必填The input field to fetch options for (e.g., "slackConversationId", "msTeamsTeamId").
externalAccountId必填Must start with "eac" and is 17 characters long. Example: "eacZfrNIUEip5MazD". To get externalAccountId, use the list_external_accounts tool.
dependentInputValues of prerequisite inputs this field depends on. For example, to fetch MS Teams channels, pass {"msTeamsTeamId": "<team-id>"}.
searchQueryFilter results by name.
pagingStartIndexStart index for pagination. Default 0.
pagingCountNumber of results to return. Default 10.