Unable to add Fallback channels under SAP CEC in Bots which are forked. Throwing "Connector not found" error when tried to any.
karpagavallikulanthaivelu opened this issue · 2 comments
karpagavallikulanthaivelu commented
Unable to add Fallback channels under SAP CEC in Bots which are forked. Throwing "Connector not found" error when tried to any.
sathianarayananh commented
As a workaround, the connector can be created manually by posting below data to endpoint https://api.recast.ai/connect/v1/users/$userslug/bots/$botslug/connectors/
{
"url": "https://api.recast.ai/build/v1/dialog",
"isTyping": true
}
aurelie-lamy commented
(bug card created : SAPMLCONV-1249)