activities
latest
false
- 概述
- UiPath 生成式 AI 活动
- Act! 365
- ActiveCampaign
- Adobe Acrobat Sign
- Adobe PDF 服务
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- 亚马逊 SES
- Amazon Transcribe
- Anthropic Claude
- Asana
- AWeber
- Azure AI 文档智能
- Azure Defender for Cloud
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix ShareFile
- 清除位
- Confluence Cloud
- Constant Contact
- Coupa
- CrewAI – 预览版
- Customer.io
- Database Hub - 预览版
- Databricks智能体
- Datadog
- 深度查找
- Deputy
- Discord - 预览
- DocuSign
- 水滴
- Dropbox
- Dropbox Business
- Egnyte
- Eventbrite
- 汇率
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales
- Freshservice
- 获取响应
- GitHub
- Google Maps
- Google 语音转文本
- Google 文本转语音
- Google Vertex
- Google Vision
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook
- HubSpot CRM
- HubSpot Marketing
- Icertis
- iContact
- Insightly CRM
- Intercom
- Jina.ai
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mailchimp
- Mailjet
- MailerLite
- Mailgun
- Marketo
- Microsoft Azure OpenAI
- Microsoft Azure AI Foundry
- Microsoft Azure Sentinel
- Microsoft Dynamics CRM
- Microsoft Power Automate
- Microsoft Sentiment
- Microsoft Sentinel Threat Intelligence
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- 奥克塔
- OpenAI
- 符合 OpenAI V1 的 LLM
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- Paypal
- PDFMonkey
- Perplexity
- Pinecone
- Pipedrive
- QuickBooks Online
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI
- SAP Cloud for Customer
- SAP Concur
- SAP OData
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Snowflake Cortex
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- 探戈卡
- Todoist
- Trello
- Twilio
- UiPath Apps - Preview
- UiPath Orchestrator
- IBM WatsonX
- WhatsApp Business
- WOO COMMERCE
- 可行
- Workday
- Workday REST
- X(以前称为 Twitter)
- Xero
- Youtube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- 缩放
- Zoom 信息
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Integration Service 活动
上次更新日期 2026年4月9日
下载文件
项目兼容性
Windows | 跨平台
概述
| 描述 | API 方法 | API 路径 |
|---|---|---|
| “下载文件” 活动从 GitHub 存储库中的指定路径和引用检索文件。 | 获取 | /repos/{owner}/{repo}/contents/{path} |
输入
| 参数 | 描述 | 数据类型 |
|---|---|---|
| 存储库 | 包含文件的存储库;名称不区分大小写。 | 字符串 |
| 路径 | 存储库中的文件或目录路径(例如src/app/settings.json )。 | 字符串 |
| 参考 | 可选提交、分支或标签名称;默认为存储库的默认分支。 | 字符串 |
输出
| 参数 | 描述 | 数据类型 |
|---|---|---|
| 下载文件 | 所请求路径的文件内容。下载的文件/附件可用作系统(例如 GitHub、Zendesk、Google Drive、OneDrive、Box 等)的其他上传文件/附件活动的输入。要使用该文件,您必须将其存储在远程目录中,例如 Google 云端硬盘、OneDrive 等。无法将文件存储在本地目录中。 | 文件 (IResource) |
备注:
- 在 API 工作流中,系统会返回一个响应对象作为输出。任何必填字段均可直接从此对象中提取。
- 在 RPA 工作流中,某些输出参数可能有所不同,但即使未显式公开,仍可以从响应对象中检索必要的值。