Uploads a file as a multipart form-data attachment to a specified record in ServiceNow. Use this action when you need to attach files to ServiceNow records (e.g., incidents, problems, change requests) using the multipart form-data upload endpoint. This action sends the file as a…
table_nameRequiredstringName of the ServiceNow table to attach the file to (e.g., 'incident', 'problem', 'change_request').
table_sys_idRequiredstringSys_id of the record to attach the file to. This is the unique identifier of the record.
file_to_uploadRequiredFile to upload. Can be either an uploaded file or a FileContent object with direct content.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.