-
Notifications
You must be signed in to change notification settings - Fork 52
Description
🌟 Describe the Feature
Currently, there is no way to edit an existing message other than using the endpoint to update the status. Our use case is we need to add an attachment to an existing message.
🚀 Justification
The Upload File Attachments endpoint doesn't do what it should do. Depsite being under the "Messages" accordion in the docs, it doesn't actually relate to messages at all. The only parameters are conversationId, locationId, and attachmentUrls.
The only way to currently add attachments to a message is to do it during the creation. However, some cases (such as third party call recordings) won't be available until after the call is complete.
https://highlevel.stoplight.io/docs/integrations/cd0f7973ec1b6-upload-file-attachments
📝 Suggestions
Really, just an endpoint to update any of the message fields by message ID would be the most broad approach.
Product Area
conversations