post https://api.clickup.com/api/v3/workspaces//chat/messages//replies
This endpoint creates a reply message.
Log in to see full request history
Responses
This endpoint creates a reply message.
xxxxxxxxxx
10curl --request POST \
--url https://api.clickup.com/api/v3/workspaces/workspace_id/chat/messages/message_id/replies \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "message",
"content_format": "text/md"
}
'
Try It!
to start a request and see the response here! Or choose an example: