Skip to content
Discussions/App Development/DABL Chat Slack integration: where do the incoming messages can be read on the UI?Forum ↗

DABL Chat Slack integration: where do the incoming messages can be read on the UI?

App Development4 posts489 views3 likesLast activity Nov 2020
GY
gyorgybalazsiOP
Nov 2020

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?

DL
dliakakos
Nov 2020

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.

GY
gyorgybalazsi
Nov 2020

The integration is there:

The contract instance gets created:

I understand the backend functionality is there, just not implemented on the UI.

DL
dliakakos
Nov 2020

yes exactly. a DABL Chat consumer of the InboundDirectMessage was never in scope.

← Back to Discussions