I want to build a workflow where I can copy content from multiple messages within a channel (but not all messages in the channel). I will later use the copied content in the workflow.
Did anyone have similar use case, or can point me in the right direction?
Thank you!
You can use Slack's API to create a custom solution for copying specific messages from a channel. The
conversations.history endpoint can be used to retrieve messages, and you can filter the content you need by specifying conditions (e.g., keywords or message timestamps). Then, store the relevant content for later use in your workflow. If you're using a tool like Zapier or Integromat, you can also automate this process by setting up triggers and filters to select specific messages.