Create a simple processor
Create a simple processor to execute a script from a URL query. This feature is deprecated.
Before you begin
You must have your own demonstration instance.
Role required: admin
About this task
Note: This feature is deprecated. While legacy, existing custom processors continue to be supported, creating new custom processors has been deprecated. Instead, use the Scripted REST APIs.
Procedure
Navigate to All > System Definition > Processors.
Select New.
Enter the following information.
| Field | Value |
|---|---|
| Name | Hello |
| Type | Script |
| Path | Hello |
| Script | |
Select Submit.
Enter a URL query to the instance with the following format:
https://instance.service-now.com/processor_name.do?parameter=valueFor example:
https://<instancename>.service-now.com/Hello.do?name=world.
Parent Topic:Processors