Discussions
How can I send messages from my own server?
I use the webhook to transfer message to my own server, so is there any api can send message to an instagram user back
What API should I use to get the contents of a chat
I would need to know how I can get the data of the chats, for example in the image the UI is calling this address to get data https://vvallejo.kommo.com/chats/150/leads/detail/3869886?t=1720535619.097 is this one an API endpoint I can call to get this chat content?
How do I get "coversation_id"?
I'm trying to create a new chat via API but I am not aware where to get "conversation_id" and "user_id" from. Does anyone know?
Getting chats using API endpoint
I need to get through an API call all the contents of a chat identified by a lead uid, now I am able to get all the leads in my pipeline using GET /api/v4/leads/unsorted
endpoint, now I need to get the chat contents for each of those leads, is that possible?
scope_id
I'm trying to use the Kommo api, specifically the https://amojo.kommo.com/v2/origin/custom/{scope_id} endpoint. I've looked everywhere and asked support but can't find my scope_id. Can anyone help with this?
Chats
I’ve set up a web hook on kommo for incoming ig messages. I’m processing the data on my server and I want to send a reply using the api. Could you possible help with this. I know the endpoint I need to use but I need the scope_id first which I’m having trouble getting still.