Uploads a new file associated with a specific lead.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Body Params multipart/form-data
Responses
application/json {
"status": "success",
"message": "file uploaded",
"attachment": {
"id": "1",
"file_name": "calendly.svg",
"dateadded": "2024-08-09 07:10:47",
"attchementURL": "http://chatforcelocal.com/uploads/leads/1/calendly.svg",
"lead_id": "1"
}
}
Modified at 2024-09-05 09:38:20