v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBConversations
Create Shop Message
To create shop messages<br>創建商店訊息
post/conversations/message
Request body
Example request
{
"text": "Your order will be delivered within a day.",
"media_id": "612890703dabaa0045eae464",
"sender_id": "612890703dabaa0045eae464",
"recipient_id": "6108c0f243cee400443faf4f"
}Response
Created
Example response
{
"id": "622090c66775a37b9fa60799",
"customer_id": "622090c67895b5731f2c53c5",
"last_message": {
"id": "600ac08191f6530044eaad8a",
"sender_id": "622090c67895b5731f2c53c5"
}
}