Monitors a custom table within Servicenow for new records and returns the execution ID.
Options
- table (text): The table within Servicenow as identified by name.
Output Fields.
- Context
- Execution ID (text): The execution ID for the new record.
The first time you use a Service Now Action Card in your Flow, you will choose which instance to connect. This authorization will be saved and can be reused in other cards.
To start Authorization:
You can find the Service Now subdomain value in the Manage > Instance menu in the developer portal or in the instance’s URL. For example in https://
dev57240
.service-now.com/
the instance name will be dev57240.
Start FLO when a new change request is created
Monitors a custom table within Servicenow for new records and returns the execution ID.
Start a Flow when a new incident is created in ServiceNow.
Unless otherwise indicated, field types are text.
Incident
Context
Start a Flow when a new request is created in ServiceNow.
All output fields are dynamically generated based on fields available to the account selected.
Start a Flow when a new ticket is created in ServiceNow.
All output fields are dynamically generated based on fields available to the account selected.
Start a Flow when a new ticket is created in ServiceNow.
All output fields are dynamically generated based on fields available to the account selected.
Start FLO when a new change request is updated
Monitors for updated custom records in a designated table and triggers a Flow.
Start a Flow when an incident is updated in ServiceNow.
Start FLO when a request is updated
Start FLO when a task is updated
Start FLO when a ticket is updated
Create change request on service now.
Output Fields
Create a record in a custom table
Output Fields
Create a new incident in ServiceNow.
Incident
Dynamically Generated Fields: fields are dynamically generated based on fields available to the account selected. This includes standard fields and custom fields, if needed. Click the cog wheel in the bottom right of the card in order to look at the full list of input options.
Incident
Create a new user in Service Now.
Unless otherwise indicated, field types are text.
NOTE: The input fields on this card are dynamically generated based on your ServiceNow instance. The input fields will include these default fields provided by ServiceNow (First name, Last name, Email, etc.) as well as any custom fields you’ve added to your user table.
Select output fields to display. The list of available input and output fields are identical.
You do not have to display an output field for a corresponding input field that you’ve updated.
Make an authenticated HTTP request to the ServiceNow API
Deactivate a user in Service Now.
Required fields are indicated by a red asterisk on the Action Card.
Response
Delete an incident in ServiceNow using the System ID.
Incident * System ID (text): unique identifier of the incident. The system ID can be obtained by searching for an incident with our Search Incidents card or in ServiceNow itself.
Response
Delete a user in Service Now.
Required fields are indicated by a red asterisk on the Action Card.
User
Response * Status Code (number): success or failure of your HTTP request. Here is a list of all status codes.
Downloads an attachment in ServiceNow.
Attachment
System ID (text): Can usually be found in the URL. For example, an Incident with the following URL:
https://
Would have this sys_id: 23dc968f0a0a3c1900534f399927740e
File
Read change request
Read a company using the system ID
Read a record in a custom table using a system ID
Read information from a group in ServiceNow.
Unless otherwise indicated, field types are text.
Group
The output fields on this card are dynamically generated based on your ServiceNow instance. The output fields will include the default fields provided by ServiceNow as well as any custom fields you’ve added to your instance.
Read an incident’s information based on its ServiceNow System ID.
Unless otherwise indicated, field types are text.
Required fields are indicated in red.
Incident
Incident
Read a location using the system ID
Read an SLA using the system ID
Read information from a user account in Service Now.
NOTE: The output fields on this card are dynamically generated based on your ServiceNow instance. The output fields will include these default fields provided by ServiceNow (First name, Last name, Email, etc.) as well as any custom fields you’ve added to your user table.
User
Search for a change request matching certain fields
Search for one matching or all matching companies based on user user selected parameters
Note: Additional fields may be available depending on the account and options you choose.
Search Parameters
Note: This list is also the list of fields that will be contained within the output of the card
Search for one or all matching records
Search for one or all matching groups in ServiceNow.
Unless otherwise indicated, field type is text.
NOTE: Each search field is considered cumulative, meaning that if you enter two criteria, the result will be the group that matches both criteria.
Result Set * First Matching Group * All Matching Groups
The input fields on this card are dynamically generated based on your ServiceNow instance. The input fields will include the default fields provided by ServiceNow as well as any custom fields you’ve added.
The output fields on this card are dynamically generated based on your ServiceNow instance. The output fields will include the default fields provided by ServiceNow as well as any custom fields you’ve added.
Search for one or all matching incidents in ServiceNow.
Unless otherwise indicated, field type is text.
NOTE: Each search field is considered cumulative, meaning that if you enter two criteria, the result will be the group that matches both criteria.
Result Set * First Matching Incident * All Matching Incidents
The input fields on this card are dynamically generated based on your ServiceNow instance. The input fields will include the default fields provided by ServiceNow as well as any custom fields you’ve added.
The output fields on this card are dynamically generated based on your ServiceNow instance. The output fields will include the default fields provided by ServiceNow as well as any custom fields you’ve added.
Update a user profile in Service Now. Use this card to search for a user in ServiceNow and return the system ID of that user. You can use that user’s system ID in other cards to assign them issues, read their information, or perform other tasks.
Unless otherwise indicated, field type is text.
NOTE: The input fields on this card are dynamically generated based on your ServiceNow instance. The input fields will include these default fields provided by ServiceNow (First name, Last name, Email, etc.) as well as any custom fields you’ve added to your user table.
NOTE: Each search field is considered cumulative, meaning that if you enter an email and a first name, the result will be the user who matches both that email and that first name.
Update a change request using the system ID
Update a record in a custom table using the system ID
Update an incident in ServiceNow using the system ID.
Unless otherwise indicated, field types are text.
Incident
All other input fields on this card are dynamically generated based on your ServiceNow instance. The input fields will include the default fields provided by ServiceNow as well as any custom fields you’ve added.
Response
Update a user profile in Service Now.
Unless otherwise indicated, field type is text.
NOTE: The input fields on this card are dynamically generated based on your ServiceNow instance. The input fields will include these default fields provided by ServiceNow (First name, Last name, Email, etc.) as well as any custom fields you’ve added to your user table.
In the Update User Action Card, select the input fields that you will use to update the new user account:
The output fields can include the default fields provided by ServiceNow as well as any custom fields you’ve added to your user table.
You do not have to display an output field for a corresponding input field that you’ve updated.
Uploads an attachment in ServiceNow.
File
Table System ID (text): Can usually be found in the URL. For example, an Incident with the following URL:
https://
Would have this sys_id: 23dc968f0a0a3c1900534f399927740e
Attachment
This action allows you to make a custom, authenticated HTTP call to the Service Now REST API.
NOTE: Most of the operation can be found on documentation!
Relative URL (text): the address on the web server you are attempting to interact with. Relative URL
means that you don’t have to explicitly specify the protocol at the beginning of the URL (such as “http://“). This suggests to the web server that the interaction is occurring on the server (in this instance). The {xx} need to be replaced by the respective argument.
Example: /now/{tablename}
Query (object or text): JSON object that determines the action taken at the URL.
Example: {"name":"something-urgent"}
Headers (object): JSON that determines the content type of the request. This will usually be a replica of the example below.
Example: {"Content-type":"application/json"}
The response headers are dependent on the HTTP request you choose in options.