slack.getConversation returns a public channel, private channel, direct message, or group direct message by stable ID.
Example
automations/get-slack-conversation.automation.ts
Inputs
Output
ReturnsSignal<SlackConversation>. It always contains id. Applicable optional fields include name, userId, memberCount, topic, purpose, and flags describing archive, membership, privacy, sharing, and conversation type.
The connection needs read access to public channels, private channels, DMs, and group DMs.