Attach File
Purpose
To attach a file to the specified record using Widget API.
Request Format
ZOHO.RECRUIT.API.attachFile({
Entity: "{module_api_name}",
recordID: "{record_id}",
Category: "{attachment_category}",
File: {file}
});
Parameters
module_api_name - The API name of the module
record_id - The unique ID of the record
attachment_category - Label of the attachment category
file - The file you wish to attach. (Size Limit: 20 MB | Supported Formats: All formats except .exe)
Sample Request
Copied
Sample Response
Copied
Show full
Show less