DABL Chat Slack integration: where do the incoming messages can be read on the UI?
I managed to set up a Slack app, which forwards messages from a public DABL Chat channel to a Slack channel.
I managed to set up a webhook connection so that messages sent to the Slack app trigger SlackIntegration.InboundDirectMessage.InboundDirectMessage contracts in the ledger, with the right message.
Where do these inbound messages are supposed to appear in the DABL Chat UI?
Hi @gyorgybalazsi - I don’t think we ever supported the inbound path.
The integration with DABL Chat was only supposed to work as an outbound forwarder. That being said, I believe could be able to write an automation that would read instances of the InboundDirectMessage and post them to DABL Chat.
yes exactly. a DABL Chat consumer of the InboundDirectMessage was never in scope.

