Skip to content

[Components] servicenow #16241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pipedream-component-development opened this issue Apr 10, 2025 · 0 comments
Open

[Components] servicenow #16241

pipedream-component-development opened this issue Apr 10, 2025 · 0 comments
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

servicenow

URLs

Webhook Sources

new-incident-instant

Description

Emit new event when a new incident is created in ServiceNow. Requires specifying the instance URL and authentication credentials. Optional filters include assignment group and incident priority.

new-change-request-instant

Description

Emit new event when a new change request is submitted in ServiceNow. Requires authentication and access to the change request table. Optional props: change type, requester user.

new-task-instant

Description

Emit new event when a new task (e.g., incident, change, problem) is created in ServiceNow. Requires selecting the task table and authentication. Optional filters include task state and assignment group.

Actions

create-incident

Description

Create a new incident in ServiceNow. Requires short description, caller, and category. Optional fields include assignment group, priority, and detailed description.

update-incident

Description

Update an existing incident in ServiceNow. Requires the incident sys_id and at least one field to update (e.g., state, priority, assigned-to).

create-change-request

Description

Create a new change request in ServiceNow. Requires short description, requested by, and change type. Optional fields include category, justification, and assignment group.

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
None yet
Development

No branches or pull requests

1 participant