conversations_complete_file_upload
Complete a pending file upload in a GoHighLevel conversation by providing the upload ID, file path, conversation ID, and filename to attach the file.
Instructions
Complete file upload
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path from request response | |
| filename | Yes | Original filename (for response mapping) | |
| uploadId | Yes | Upload ID from request response | |
| locationId | No | Location ID Defaults to GHL_LOCATION_ID when omitted. | |
| conversationId | Yes | Conversation ID |