✉️Message API
This is a guide on how you can use Orimon message API to embed our responses into you own applications!
Endpoint
POST https://channel-connector.orimon.ai/orimon/v1/conversation/api/messageRequest Headers
authorization : "apiKey <your_apiKey_here>"Content-Type : "application/json"headers: {
'authorization': 'apiKey <your_apiKey_here>',
'Content-Type': 'application/json'
},Request Body
type : "message"info : { //JSON object containing the following values
psid : <platform_session_id>,
sender : "user",
tenantId : <your_tenant_id>,
platformName : "web"
}Example Request
Example Response
Response Object
Error Handling
Last updated