integration-service
latest
false
- 入门指南
- 通知
- 许可
- 故障排除
- 连接器生成器
- Act! 365
- ActiveCampaign
- Active Directory - 预览版
- Adobe Acrobat Sign
- Adobe PDF 服务
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- 亚马逊 SES
- Amazon Transcribe
- Amazon Web Services
- Anthropic Claude
- Asana
- AWeber
- Azure AI 文档智能
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix Hypervisor
- Citrix ShareFile
- 清除位
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- Deputy
- Discord
- DocuSign
- 水滴
- Dropbox
- Dropbox Business
- Egnyte
- Epic FHIR R4 - 预览
- Eventbrite
- 汇率
- Exchange Server - 预览
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshservice
- 获取响应
- GitHub
- Gmail
- 谷歌云平台
- Google 文档
- Google 云端硬盘
- Google Maps
- Google 表格
- Google 语音转文本
- Google 文本转语音
- Google Tasks - 预览
- Google Vertex
- Google Vision - 预览
- Google WorkSpace - 预览版
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook - 预览
- HubSpot CRM
- HubSpot Marketing
- HyperV - 预览
- iContact
- Insightly CRM
- Intercom
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mailchimp
- Mailgun
- Mailjet
- MailerLite
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive 和 SharePoint
- Microsoft Outlook 365
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- NetIQ eDirectory
- 奥克塔
- OpenAI
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- 贝宝
- PDFMonkey
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI - 预览
- SAP Cloud for Customer
- SAP Concur
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - 预览
- 探戈卡
- Todoist
- Trello
- Twilio
- UiPath 生成式 AI 活动
- X(以前称为 Twitter)
- Xero
- WatsonX.ai
- WhatsApp Business
- WOO COMMERCE
- 可行
- Workday
- Workday REST - 预览
- VMware ESXi vSphere
- YouTube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- 缩放
- Zoom 信息
在“连接器生成器”中使用变量
重要 :
请注意,此内容已使用机器翻译进行了本地化。
Integration Service 中提供的连接器包采用的是机器翻译的译文。
Integration Service 用户指南
Last updated 2024年10月22日
在“连接器生成器”中使用变量
UiPath™可以连接的许多第三方应用程序都需要某种动态设置,尤其是在为更广泛的受众构建连接器时。 基本 URL 可能需要组织参数,每个 API 调用都可能需要身份验证返回的输入等。
有多种方法可以解决此问题,最简单的方法是对此类流程使用
{organizationId}
或responseKey
等变量。
本页介绍“连接器生成器”中可以添加这些变量的区域及其操作方法。
注意: “连接器生成器”中使用的变量表示法只是使用大括号的字符串,即
{myVariable}
。
“基本 URL”是任何 HTTP 请求默认使用的 URL。 在许多情况下,此 URL 对于第三方应用程序是静态的,因此,使用变量超出了作用域。 一些供应商要求处理对其应用程序特定实例的所有 API 调用,或者在标识您身份的基本路径中添加某种标识符。
我们以连接到 UiPath Orchestrator 实例为例,该实例需要基本 URL 中的组织和租户详细信息。 该路径稍后将用作任何未来请求的基本路径。 当用户将此连接器导入其租户并创建连接时,您可以询问他们提供这些信息,方法是将这些参数添加为变量,并在身份验证屏幕上请求这些参数。
为此,首先使用
{organization}
和{tenant}
表示法在基本 URL 中添加变量。
在身份验证设置中,详细信息在列出所有参数的表格中进行了本地化,无论身份验证类型如何。 该表格提供了快速内联编辑选项或更高级的屏幕(使用“更多选项”菜单) 。
在 Orchestrator API 的示例中,我们想要向表格中添加两个额外的参数,因为我们要求创建连接的用户为
{organization}
和{tenant}
提供输入。添加新的身份验证参数 时 , 如果 您 想要 身份验证期间所需的参数。
要为参数定义变量,请选择“更多选项”菜单。
在此示例中,向用户请求的“组织名称”参数(询问用户设置为“是”)将作为组织(名称)和路径(类型)发送到提供程序。
对租户执行相同操作。 然后,在身份验证屏幕中,“组织名称”和“租户名称”为必填字段,“组织”和“租户”为“基本 URL”的一部分。