Create a first conversation with a new contact using the API #2198
Replies: 3 comments 5 replies
-
For source_id you need to specify the ID of the contact_inbox, so 412342326-e685-48fb-b571-c3333283eaef in this case. |
Beta Was this translation helpful? Give feedback.
-
@yairShiloach could you show the request payload you used to create the contact. In the payload, you have shown
the source id looks invalid. |
Beta Was this translation helpful? Give feedback.
-
@yairShiloach if you are trying to achieve creating a new conversation purely via API for new contact in case of Twilio inbox.
the API will automatically identify the required source id or generate a new one in this case.
This can also be done via our outbound messages feature available in the CRM, where the same set of APIs are used ps: ensure that you are running the latest chatwoot version. |
Beta Was this translation helpful? Give feedback.
-
Hi!
We have a app with contacts,
We send a request to api to create this contact in chatwoot and we get a response:
Now, we want to start a conversation with this contact and we sent:
POST: https://www.example.com/api/v1/accounts/1/conversations
but its not working and get a response: 404 not found
Could not create a new call with a new contact?
Because from chatwoot app it is possible.
Beta Was this translation helpful? Give feedback.
All reactions