Upload and attach file to a model.

External Documentation

To learn more, visit the AuditBoard documentation.

Parameters

ParameterDescription
Attachable IDThe specific model ID the file is associated with.
Attachable TypeThe model type the file is associated with.
Attached File IdentifierThe identifier of the file to be uploaded.
File TypeThe type of the attachment file.

Example Output

{
	"attachments": [
		{
			"id": 12345,
			"created_at": "2025-02-04T02:26:59.962Z",
			"updated_at": "2025-02-04T02:27:00.204Z",
			"deleted_at": null,
			"attachable_type": "OpsAuditItem",
			"attachable_id": 1397,
			"locked_at": null,
			"lock_user_id": null,
			"last_lock_user_id": 0,
			"type": "file",
			"status": "unverified",
			"name": "uploaded_file.txt",
			"is_linkified": false,
			"word_report_options": {},
			"broken_link_count": 0,
			"sort_order": 0,
			"sheet_id": null,
			"document_id": null,
			"file_id": 1234,
			"linkify_source_file_id": null,
			"reviewed_by_user_id": null,
			"reviewed_date": null,
			"amended_by_user_id": null,
			"amended_date": null,
			"_permissions": {
				"action.lock": true,
				"action.view": true
			},
			"allowed_user_ids": [],
			"attachment_reference_ids": []
		}
	]
}

Workflow Library Example

Upload Attachment File with Auditboard and Send Results Via Email

Preview this Workflow on desktop