Attaches a file to a specified record in a ServiceNow table. This action uploads a file and associates it with a specific record (e.g., incident, problem, change request). The file will be visible in the ServiceNow UI under the record's attachments section. Common use cases: - A…
file_nameRequiredstringName to give the attachment (e.g., 'report.pdf', 'screenshot.png'). This will be the visible filename in ServiceNow.
table_nameRequiredstringName of the ServiceNow table to attach the file to (e.g., 'incident', 'problem', 'change_request').
creation_timestringCreation date and time of the attachment. Use this parameter to capture attachment creation times when the Now Mobile app is offline and the attachment is uploaded to a record at a later time.
record_sys_idRequiredstringSys_id of the specific record in the table to attach the file to. This is the unique identifier of the record (e.g., incident sys_id).
file_to_uploadRequiredobjectFile to upload.
encryption_contextstringSys_id of an encryption context record. Specify this parameter to allow only users with the specified encryption context to access the attachment. For additional information on encryption context records, see https://www.servicenow.com/docs/csh?topicname=column-level-encryption-…
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.