Skip to main content
Version: v3

Add message attachments

PUT 

/conversations/messages/:messageId/attachments

Set attachments on an existing message (replaces existing). Maximum 5 URLs. Supported for Custom Call message type.

Request

Version stringrequired

API Version

Available optionsv3
messageId stringrequired

Message Id

application/json

Bodyrequired

    attachmentsstring[]required

    Array of attachment URLs to set on the message (replaces existing). Maximum 5 URLs.

application/json

Successfully set message attachments

Schema
    successbooleanrequired

    Indicates whether the operation was successful.

    messageIdstringrequired

    The ID of the message that was updated.

    attachmentsstring[]required

    The updated list of attachment URLs on the message.