Use this API to create a Conversation Account for the Conversation Manager. New Account API process flow: Authentication > Client Application > Participant > Channel > Orchestration > Account
Client application must have 'app.conversation.conversationmgr.manage' scope assigned.
Register new account
Created
Bad Request
Unauthorized
Forbidden
Internal server error
This is sample payload for BYOC channel account
{- "name": "order_account",
- "address": "123456789",
- "channel": {
- "id": "45a095f4-d0ee-4220-a689-22b541c58f67"
}, - "chatConfigurations": {
- "timeout": 30,
- "defaultLanguage": "en-US",
- "onAgentUnavailability": "off_hours",
- "allowLogoutWithOpenChats": false,
- "allowQueueTransferOnAgentUnavailability": false,
- "orchestration": {
- "id": "c37e975f-6b2f-490f-9cac-dfa05499f744"
}, - "entryPoint": {
- "id": "1001"
}
}
}
{- "id": "45a095f4-d0ee-4220-a689-22b541c58f67"
}