Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a ServiceNow Interaction intake record before converting or linking it to an incident or request
servicenow__create_interaction
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "short_description": { "type": "string", "description": "Interaction short description" }, "description": { "type": "string", "description": "Interaction details" }, "opened_for": { "type": "string", "description": "Requester sys_id or display value" }, "opened_by": { "type": "string", "description": "Opener sys_id or display value" }, "type": { "type": "string", "description": "Interaction channel or type, for example email, phone, chat, or portal" }, "parent": { "type": "string", "description": "Optional parent record sys_id" }, "work_notes": { "type": "string", "description": "Internal work notes" } }, "required": [ "instanceHost", "short_description" ], "description": "Input schema for the servicenow__create_interaction tool." }