Conversation
Start conversation
POST
https://app.blinger.io/api/conversations/start
This endpoint allows you to start the conversation.
Headers
Authentication
string
Authentication token
Request Body
conversation_id
integer
operator_id
integer
Default - Admin
disable_webhook
integer
Default - 0
Close conversation
POST
https://app.blinger.io/api/conversations/close
This endpoint allows you to close the conversation.
Headers
Authentication
string
Authentication token
Request Body
conversation_id
integer
operator_id
integer
Default - Admin
disable_webhook
integer
Default - 0
Unassign conversation
POST
https://app.blinger.io/api/conversations/unassign
Path Parameters
Authentication
string
Authentication token
Request Body
conversation_id
integer
operator_id
integer
Default - Admin
disable_webhook
integer
Default - 0
Assign operator
POST
https://app.blinger.io/api/conversations/assign-operator
This endpoint allows you to assign the operator to the conversations
Headers
Authentication
string
Authentication token
Request Body
conversation_id
integer
operator_id
integer
disable_webhook
integer
Default - 0
Assign group
POST
https://app.blinger.io/api/conversations/assign-group
This endpoint allows you to assign the group to the conversation
Headers
Authentication
string
Authentication token
Request Body
conversation_id
integer
group_id
integer
Send message
POST
https://app.blinger.io/api/conversations/send-message
Headers
Authentication
string
Authentication token
Request Body
conversation_id
integer
text
string
operator_id
integer
Default - Admin
disable_webhook
integer
Default - 0
Send file message
POST
https://app.blinger.io/api/conversations/send-file-message
Path Parameters
Authentication
string
Authentication token
Request Body
conversation_id
integer
file_url
string
operator_id
integer
Default - Admin
disable_webhook
integer
Default - 0
Send note
POST
https://app.blinger.io/api/conversations/send-note
Path Parameters
Authentication
string
Authentication token
Request Body
operator_id
integer
Default - Admin
text
string
conversation_id
integer
Get unassigned conversations
GET
https://app.blinger.io/api/conversations/unassigned
This endpoint allows you to get unassigned conversations. Conversations are sorted by date updated in descending order (limit 1000).
Path Parameters
group_id
integer
Get unread conversations
GET
https://app.blinger.io/api/conversations/unread
This endpoint allows you to get unread conversations with status "inbox" for a specific operator. Conversations are sorted by date updated in descending order (limit 1000).
Path Parameters
operator_id
integer
group_id
integer
Get not answered conversations
GET
https://app.blinger.io/api/conversations/not-answered
This endpoint allows you to get not answered conversations with status "inbox" for a specific operator. Conversations are sorted by date updated in descending order (limit 1000).
Path Parameters
operator_id
integer
group_id
integer
Get conversation by ID
GET
https://app.blinger.io/api/conversations/get
This endpoint allows you to get conversation info by ID
Query Parameters
conversation_id*
integer
Last updated