--- title: ServiceNow node documentation description: Learn how to use the ServiceNow node in n8n. Follow technical documentation to integrate ServiceNow node into your workflows. contentType: [integration, reference] --- # ServiceNow node Use the ServiceNow node to automate work in ServiceNow, and integrate ServiceNow with other applications. n8n has built-in support for a wide range of ServiceNow features, including getting business services, departments, configuration items, and dictionary as well as creating, updating, and deleting incidents, users, and table records. On this page, you'll find a list of operations the ServiceNow node supports and links to more resources. ```{note} Credentials Refer to [ServiceNow credentials](/08-0-0-Workflow/integrations/builtin/credentials/servicenow.md) for guidance on setting up 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 ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```