Sends a file to a guest during a chat.
LibraryH3lp supports cookie-based authentication. To learn more, you can read the details on authentication.
Requests are served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
/2011-12-03/queues/{QueueName}/calls/{GuestJid}/{ConversationId}/file
Not supported.
Sends the specified file to a guest during a chat. Unlike other requests, this POST uses multipart/form-data as the content type rather than application/x-www-form-urlencoded.
You must POST using the following parameter:
Parameter | Description |
---|---|
file | A file sent using multipart/form-data. |
Returns a JSON response with the following properties:
Property | Description |
---|---|
success | Boolean indicating if the request was successful. |
message | Optional. If success is null, message is a string describing the reason for the failed request. |
POST /2011-12-03/queues/example-queue/calls/5189487901334778072897@libraryh3lp.com/1790260/file
Note: POST is URL decoded above for clarity.
{
"success": true
}
Not supported.
Not supported.