Conversation
Assign Agent
POST
https://widget.blinger.io/api/external/v1/conversation/:id/assign-agent
Path Parameters
id
string
ID of the conversation.
Headers
Authorization
string
Authorization token.
Request Body
agentId
string
ID of the agent.
Send Text Message
POST
https://widget.blinger.io/api/external/v1/conversation/:id/send-text-message
Path Parameters
id
string
ID of the conversation.
Headers
Authorization
string
Authorization token.
Request Body
uuid
string
Unique generated ID of the message.
text
string
Simple text message.
Send File Message
POST
https://widget.blinger.io/api/external/v1/conversation/:id/send-file-message
Path Parameters
id
string
ID of the conversation.
Headers
Authorization
string
Authorization token.
Request Body
file
string
Url of the file.
uuid
string
Unique generated ID of the message
Request Review
POST
https://widget.blinger.io/api/external/v1/conversation/:id/request-review
Path Parameters
id
string
ID of the conversation
Headers
Authorization
string
Authorization token.
Last updated