camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
34 stars 36 forks source link

653 fr slack connector post message add option to post to an existing thread #2773

Closed mathias-vandaele closed 2 weeks ago

mathias-vandaele commented 2 weeks ago

Description

Users were not able to create a new thread from an existing message or add a message to an existing thread. this solves the issues.

I added a new optional field to the slack outbound connector thread which takes the id of a message to start a thread from.

This id has to be gotten from the output mapping message.ts which contains the id of the posted message

Related issues

There might be an issue in the future when an user wants to add messages (using camunda) inside a thread that has been create by a normal user (human), as I don't know how to retrieve the id.

closes https://github.com/camunda/team-connectors/issues/653

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.