Conversations
Update an automated message
put/conversations/pushedMessages/{id}
Path parameters
idstring required
ID of the message
Request body
Example request
{
"text": "Your order has shipped! Here’s your tracking number: 9114 5847 4668 7775 9233 54"
}Response
Updated message is returned as a response
Example response
{
"createdAt": 1470222622433,
"isPushed": true,
"agentId": "d9nKoegKSjmCtyK78",
"file": {
"isImage": true,
"filename": "conversations.png",
"size": 15538,
"imageInfo": {
"previewUrl": "https://ucarecdn.com/03cd56cd-1de9-4f65-996d-08afdf27fa1b/-/preview/800x800/-/quality/lighter/",
"width": 1129,
"height": 525
},
"url": "https://ucarecdn.com/cee5c10c-8302-45c1-b1fb-43860ca941a9/"
},
"receivedFrom": "SuperAwesomeHelpdesk",
"agentName": "Liz",
"id": "eYBEm3gq3zc5ayE2g",
"text": "Good morning! How can I help you?",
"type": "agent",
"visitorId": "kZMvWhf8npAu3H6qd57w2Hv6nh6rnxvg"
}