Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url http://localhost:8080/api/v1/conversations/{cuuid}/messages/{uuid}/retry \ --header 'Authorization: Basic <encoded-value>'
{ "status": "success", "data": { "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "uuid": "<string>", "conversation_id": 123, "conversation_uuid": "<string>", "content": "<string>", "text_content": "<string>", "private": true, "sender_id": 123, "meta": { "to": [ "<string>" ], "cc": [ "<string>" ], "bcc": [ "<string>" ], "from": [ "<string>" ], "subject": "<string>" }, "attachments": [ {} ] } }
Retries sending a failed message in the specified conversation.
Basic authentication using base64 encoded API key and secret. Format: Authorization: Basic <base64(api_key:api_secret)>
Authorization: Basic <base64(api_key:api_secret)>
Message retried successfully
"success"
Show child attributes
Was this page helpful?