Public API for Chat
complete
C
ClickUpdate
Would love to add APi for Chat. Many company are having so many chat - not just for internal use but also external use with customer. (Social, E-Com, other chat platform) where customer prefer. Having centralized chat from many system has been crucial issue for many business.
Log In
Brian Bakkebo
Hello,
This is great! Thank you!
All api methods work for me except for creating a message:
Generated code from click api site-->
curl --request POST \
--header 'Authorization: pk_takenfromapikey' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "message",
"content_format": "text/md",
"assignee": "Technical Team",
"group_assignee": "Technical Team",
"content": "This is a test"
}
I keep seeing this: context deadline exceeded
I have tried type: "post" also
Am I missing something?
Slick
Brian Bakkebo, no, not missing anything. I have confirmed the same and have an open defect against it (CLK-626378).
Brian Bakkebo
Slick Ok, very nice thanks. Yes, this is the most important method for us!
Nagy Elemér Károly
Slick I also experience this with all POSTs - so I can delete manually created messages, list them, etc., but I can not create a new one or do anything the needs POST.
The error message suggests this is an infrastructure/scaling (Kubernetes?) problem.
(I also love this new Chat API)
Brendan W
Hey guys, sorry about the issue. Should be fixed now!
Brendan W
complete
It's alive!!!
We've published the initial endpoints for the new Chat Public API!
One thing to note is that these are new v3 endpoints, so they are experimental and are subject to change as we gather your feedback!
P
Peter Georgatos
It would be great to have the chat API available so that you can setup automations and trigger chat messages when certain action items occur. Also, it would be great to be able to chat with third parties outside of your organization who are not current clickup users.
Tim Jasper
I would love to see integration directly within missiveapp. ie chat around emails but using Clickup chat. Now that would be amazing..
Brendan W
in progress
Jackson James
Brendan W any update on this?
Zakher
Jackson James It seems to be completed https://developer.clickup.com/docs/chat
Brendan W
Zakher: Beat me to my announcement 😉