Skip to content

ServiceNow 节点#

使用 ServiceNow 节点可以自动化 ServiceNow 中的工作,并将 ServiceNow 与其他应用程序集成。n8n 内置支持多种 ServiceNow 功能,包括获取业务服务、部门、配置项和字典,以及创建、更新和删除事件、用户和表记录等。

本页面列出了 ServiceNow 节点支持的操作,并提供了更多资源的链接。

凭证

有关设置身份验证的指导,请参阅 ServiceNow 凭证

操作列表#

  • 业务服务
    • 获取全部
  • 配置项
    • 获取全部
  • 部门
    • 获取全部
  • 字典
    • 获取全部
  • 事件
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 更新
  • 表记录
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 更新
  • 用户
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 更新
  • 用户组
    • 获取全部
  • 用户角色
    • 获取全部

模板和示例#

ServiceNow Incident Notifications to Slack Workflow

by Angel Menendez

View template details
List recent ServiceNow Incidents in Slack Using Pop Up Modal

by Angel Menendez

View template details
Display ServiceNow Incident Details in Slack using Slash Commands

by Angel Menendez

View template details
Browse ServiceNow integration templates, or search all templates

当操作不受支持时的解决方案#

如果当前节点不支持您想要执行的操作,可以使用 HTTP Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作