ServiceNow · Arazzo Workflow
ServiceNow Incident With Attachment
Version 1.0.0
Create an incident, attach a file to it via multipart upload, then confirm the attachment.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
incident-with-attachment
Open an incident and attach a supporting file to it.
Creates an incident, uploads a file attachment to it, and confirms the attachment metadata.
1
createIncident
createRecord
Create a new incident record to which the file will be attached.
2
uploadAttachment
uploadAttachmentMultipart
Upload a file to the new incident using multipart form-data, targeting the incident table and the incident sys_id.
3
confirmAttachment
getAttachment
Retrieve the attachment metadata by sys_id to confirm it was stored and linked to the incident.
Source API Descriptions
openapi