Update conversations configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint can be used to enable conversations for a channel. You should enable this option if you'd like incoming messages on this channel to start conversations.
The workspace ID
b4e02c85-c6d2-4b15-8885-e09671799c61
The channel ID
ab651378-579a-4491-abe6-eec97d4c0fa3
Conversation status. If enabled, creates conversations for incoming messages.
PATCH /workspaces/{workspaceId}/channels/{channelId}/conversational HTTP/1.1
Host: api.bird.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"status": "active"
}
{
"status": "active"
}