Zoho Recruit

attachments.upload

Upload an attachment by providing either a file or a valid URL. Maximum request body size: 100MB.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called attachments.upload? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_body": {
      "type": "string",
      "description": "body parameter"
    },
    "recordId": {
      "type": "string",
      "maxLength": 64,
      "description": "The unique identifier of the record"
    },
    "moduleApiName": {
      "type": "string",
      "maxLength": 64,
      "description": "The API name of the module"
    }
  }
}