ServiceNow node#
ใช้ ServiceNow node เพื่อให้งานใน ServiceNow เป็นไปโดยอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ ได้อย่างมีประสิทธิภาพ. n8n รองรับฟีเจอร์หลากหลายของ ServiceNow เช่น การดึงข้อมูล business services, departments, configuration items, และ dictionary รวมถึงการสร้าง, อัปเดต, และลบ incidents, users, และ table records.
Credentials
ดู ServiceNow credentials สำหรับคำแนะนำในการตั้งค่า authentication.
Operations#
- Business Service
- Get All
- Configuration Items
- Get All
- Department
- Get All
- Dictionary
- Get All
- Incident
- Create
- Delete
- Get
- Get All
- Update
- Table Record
- Create
- Delete
- Get
- Get All
- Update
- User
- Create
- Delete
- Get
- Get All
- Update
- User Group
- Get All
- User Role
- Get All
Templates and examples#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.