Skip to main content
POST
/
general-leads-communications
/
{communicationId}
/
attachments
Upload communication attachments
curl --request POST \
  --url https://www.renovationfind.com/rest-manager-api-v1/general-leads-communications/{communicationId}/attachments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'files=<string>' \
  --form files.items='@example-file'
{
  "success": true,
  "data": [
    {
      "id": 123,
      "displayFilename": "<string>",
      "contentType": "<string>",
      "fileSize": 123
    }
  ],
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Path Parameters

communicationId
integer<int64>
required

Body

multipart/form-data
files
file[]
required
Maximum array length: 10

Response

Files uploaded

success
boolean
data
object[]
message
string