工具 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.

productivityOAuth1 积分

调用信息

工具标识
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.

dependentInput

Values of prerequisite inputs this field depends on. For example, to fetch MS Teams channels, pass {"msTeamsTeamId": "<team-id>"}.

searchQuery

Filter results by name.

pagingStartIndex

Start index for pagination. Default 0.

pagingCount

Number of results to return. Default 10.