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?
1 Like
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.
1 Like
The integration is there:
The contract instance gets created:
I understand the backend functionality is there, just not implemented on the UI.
yes exactly. a DABL Chat consumer of the InboundDirectMessage was never in scope.
1 Like