ServiceNow Integration
Integrate AI agent approvals with your ServiceNow ITSM workflow.
Features
- Change request creation for approvals
- CMDB integration for audit trails
- Workflow orchestration
- Reporting and analytics
Setup
1. Connect ServiceNow
- Go to Settings > Integrations
- Click "Connect ServiceNow"
- Enter your instance URL (e.g., company.service-now.com)
- Provide service account credentials
2. Configure Tables
JSON
{
"table": "change_request",
"category": "AI Agent Actions",
"assignment_group": "AI Operations",
"priority_mapping": {
"low": 4,
"medium": 3,
"high": 2,
"critical": 1
}
}3. Map Workflow States
| ServiceNow State | Firewall Action |
|---|---|
| New | Pending approval |
| Authorize | Allow action |
| Closed - Rejected | Deny action |
| Closed - Complete | Action executed |
Change Request Format
TEXT
Short Description: AI Agent Action Approval Required
Description:
An AI agent is requesting approval to perform an action.
Agent: customer-service-agent
Tool: http_proxy
Operation: POST
Target: api.company.com/customers
Risk Assessment: Medium
Business Justification: Customer data update request
Category: AI Agent Actions
Impact: 3 - Low
Risk: MediumCMDB Integration
Track AI agents as configuration items:
- Agent registered as CI in CMDB
- Actions linked to change history
- Audit trail for compliance reporting
Automation
ServiceNow Flow Designer integration enables:
- Automatic CAB routing for high-risk actions
- SLA-based escalation workflows
- Integration with existing approval groups
- Automated notifications and reminders
Required Permissions
The service account needs:
change_request- Read/Writecmdb_ci- Read/Writesys_user_group- Readworkflow- Execute