Conversation
Assign Agent
POST
https://widget.blinger.io/api/external/v1/conversation/:id/assign-agent
Path Parameters
Name | Type | Description |
---|---|---|
id | string | ID of the conversation. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token. |
Request Body
Name | Type | Description |
---|---|---|
agentId | string | ID of the agent. |
Send Text Message
POST
https://widget.blinger.io/api/external/v1/conversation/:id/send-text-message
Path Parameters
Name | Type | Description |
---|---|---|
id | string | ID of the conversation. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token. |
Request Body
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
id | string | ID of the conversation. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token. |
Request Body
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
id | string | ID of the conversation |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token. |
Last updated