ServiceNow is a leading enterprise cloud platform for IT service management (ITSM), IT operations management (ITOM), security operations, and business workflow automation used by large enterprises globally.
Security and IT vendors looking to integrate ServiceNow can automate ticket creation, asset updates, and workflow triggers from security findings through Synqly's normalized connector. Build a ServiceNow integration to connect your security product with the industry's leading ITSM platform without managing ServiceNow API versioning.
Configuration for ServiceNow IT Service Management (ITSM).
[Configuration guide](https://docs.synqly.com/guides/provider-configuration/servicenow-ticketing-setup)
Integration Use Cases
Create Comment
Creates a comment on the ticket matching {ticketId} from the token-linked Integration.
Create Note
Creates a note on the ticket matching {ticketId} from the token-linked Integration.
Create Ticket
Creates a `Ticket` object in the token-linked Integration.
Delete Comment
Deletes the comment matching {commentId} form the ticket matching {ticketId} from the token-linked Integration.
Delete Note
Deletes the note matching {noteId} form the ticket matching {ticketId} from the token-linked Integration.
Get Ticket
Returns a `Ticket` object matching `{ticketId}` from the token-linked `Integration`.
List Comments
Lists all comments for the ticket matching {ticketId} from the token-linked Integration.
List Notes
Lists all notes for the ticket matching {ticketId} from the token-linked Integration.
List Remote Fields
List all remote fields for all Projects in a ticketing integration. The response will include a list of fields for each issue type in the ticketing provider.
Patch Ticket
Updates the `Ticket` object matching `{ticketId}` in the token-linked `Integration`.
Query Tickets
Returns a list of `Ticket` objects from the token-linked `Integration`.