sn_create
Create a new record on any ServiceNow table by passing field values as a JSON object.
Instructions
Create a new record on any ServiceNow table. Pass field values as a JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name (e.g. incident) | |
| fields | Yes | JSON object of field name/value pairs (e.g. {"short_description":"Server down","urgency":"1"}) |