Create a first conversation with a new contact using the API #2198
yairShiloach
started this conversation in
General
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. |
1 reply
|
@yairShiloach could you show the request payload you used to create the contact. In the payload, you have shown the source id looks invalid. |
3 replies
|
@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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions