bwhitehead0/upload_snow_attachment
Upload Attachment to ServiceNow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| snow_url | ServiceNow URL (e.g., https://my-company.service-now.com) | yes | — |
| snow_user | ServiceNow username (Username + password or token are required) | yes | — |
| snow_password | ServiceNow password (Username + password or token are required) | yes | — |
| snow_client_id | ServiceNow Client ID for oAuth Token auth (Required: User + pass + client ID + client secret) | no | — |
| snow_client_secret | ServiceNow Client Secret for oAuth Token auth (Required: User + pass + client ID + client secret) | no | — |
| snow_record_sys_id | ServiceNow Record sys_id | yes | — |
| upload_file | Path to the file to upload | yes | — |
| debug | Enable debug output | no | false |
| snow_timeout | Timeout for ServiceNow API call (default: 60) | no | 60 |
Outputs
| name | description |
|---|---|
| response | The full JSON response from the ServiceNow API |