SAP-archive/SAPConversationalAI

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

Unable to add Fallback channels under SAP CEC in Bots which are forked. Throwing "Connector not found" error when tried to any.

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
}

(bug card created : SAPMLCONV-1249)