Upload Files

Upload file to backend (used for Record and Action pages)

POST https://YOUR_JET_BRIDGE_HOSTNAME/jet_api/file_upload/

Request should be made as multipart/form-data

Headers

Request Body

{
    "uploaded_path": "tickets/attachment/resume.docx",
    "uploaded_url": "https://example.com/uploads/tickets/attachment/resume.docx"
}

Last updated