post https://api.clickup.com/api/v3/workspaces//chat/channels//messages
This endpoint creates a top level message.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
This endpoint creates a top level message.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
10curl --request POST \
--url https://api.clickup.com/api/v3/workspaces/workspace_id/chat/channels/channel_id/messages \
--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: