Why two different contact? #7571
Unanswered
happyDuke96
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you detail which API you are using? About plans for the Enterprise version, I suggest you check with support directly. If you prefer, you can use the self-hosted community version, of course if you have the knowledge to do so. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Chatwoot Team, I'm using the API channel, I want to create my own widget on the client side.
The client creates a contact == enter his contact details,
https://www.chatwoot.com/developers/api/#tag/Contacts-API/operation/create-a-contact
then creates a conversation == creates a new conversation,
https://www.chatwoot.com/developers/api/#tag/Conversations-API/operation/create-a-conversation
and send a message == send an existing inbox with an inbox identifier.
https://www.chatwoot.com/developers/api/#tag/Messages-API/operation/create-a-message
And in turn, the agent listens from the websocket and opens the message and sends the message with the conversations id received from the websocket. The question is on the client side it’s clear why create a contact, but why agents create a new contact and conversations.
https://www.chatwoot.com/developers/api/#tag/Contacts/operation/contactCreate
https://www.chatwoot.com/developers/api/#tag/Conversations/operation/newConversation
And please give more information about pricing, read that every month for each agent let’s say I have 10 agents should I pay for each agent? if so I can use the free version of the principle it suits me please explain the difference
Beta Was this translation helpful? Give feedback.
All reactions