- 概述
- 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
- NVIDIA NIM – 预览
- 奥克塔
- 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 信息
Integration Service 活动
本页说明如何解决使用 ServiceNow 活动包时可能遇到的问题。
权限问题
问题
解决方案
下表列出了活动包发出的 API 调用:
| 行为 | API URL |
|---|---|
| 下拉项目 | /api/now/table/sys_db_object?&sysparm_action=getRecords&sysparm_fields=sys_name,super_class,label,sys_id,name |
| 获取事件表中的所有列 | /api/now/table/sys_dictionary?sysparm_fields=internal_type,element,column_label,mandatory&sysparm_query=name%3Dincident%5EORname%3Dtask |
| 获取一个事件的样本值 | /api/now/table/incident?sysparm_action=getRecords&sysparm_limit=1 |
The first two permissions are required only for RPA developers working with the design-time experience. The accounts used by robots to run the process do not need them.
详细说明
例如, /api/now/table/incident?sysparm_action=getRecords&sysparm_limit=1是我们为incident表调用的 API。 您需要咨询 ServiceNow 系统管理员,确认您具有从表中检索数据的正确权限/访问权限。
ServiceNow Administrator 还应该能够检查基础/更细化的权限。
至于配置角色,情况可能会因人而异, ServiceNow 管理员可以选择调整默认角色设置。 例如,如果要读取incident表中的元数据,则需要同时访问sys_db_object和incident表。
每个表格都包含“访问控制” ,而每个访问控制都包含“角色” 。需要配置这些角色,以便用户从两张表中进行读取。
Active Directory 用户
问题
您不确定是否可以将活动目录用户与 ServiceNow 活动和 ServiceNow 租户一起使用。
解决方案
UiPath 已验证此操作可以正常工作。 为了验证这一点,我们按照以下步骤操作:
-
创建 Azure AD 用户并验证是否能够使用 SSO 登录:
-
向此用户授予管理员角色(暂时):
-
通过隐身窗口,以 Azure AD 用户身份登录,并为 OAuth 2.0 设置客户端 ID 和客户端密码:
-
当我们使用此客户端 ID 和客户端密码时,身份验证已通过: